From d7ea69d8d3d57e7de9f708e120501cf4bc915cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 2 May 2024 14:21:08 +0200 Subject: [PATCH] ssh and nix-shell fix --- hosts/common/packages.nix | 1 - hosts/common/services.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix index 70677f8..f56baad 100644 --- a/hosts/common/packages.nix +++ b/hosts/common/packages.nix @@ -42,7 +42,6 @@ environment.sessionVariables = { FLAKE = "/home/mike/.dots"; - NIX_BUILD_SHELL = "/run/current-system/sw/bin/zsh"; }; programs.nix-ld = { diff --git a/hosts/common/services.nix b/hosts/common/services.nix index ec2e30a..51e8b8a 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -75,7 +75,7 @@ programs.ssh = { # startAgent = true; - forwardX11 = true; + # forwardX11 = true; # enableAskPassword = true; };