mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:56:12 +01:00
ssh and nix-shell fix
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/mike/.dots";
|
||||
NIX_BUILD_SHELL = "/run/current-system/sw/bin/zsh";
|
||||
};
|
||||
|
||||
programs.nix-ld = {
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
programs.ssh = {
|
||||
# startAgent = true;
|
||||
forwardX11 = true;
|
||||
# forwardX11 = true;
|
||||
# enableAskPassword = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user