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; };