diff --git a/SwarselSystems.org b/SwarselSystems.org index ff9057b..087bd65 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -5263,6 +5263,9 @@ Also, the system state version is set here. No need to touch it. (self + /secrets/keys/ssh/nbl-imba-2.pub) (self + /secrets/keys/ssh/magicant.pub) ]; + security.sudo.extraConfig = '' + Defaults env_keep+=SSH_AUTH_SOCK + ''; } #+end_src diff --git a/profiles/server/nixos/ssh.nix b/profiles/server/nixos/ssh.nix index 48e98ab..5b0d371 100644 --- a/profiles/server/nixos/ssh.nix +++ b/profiles/server/nixos/ssh.nix @@ -11,5 +11,8 @@ (self + /secrets/keys/ssh/nbl-imba-2.pub) (self + /secrets/keys/ssh/magicant.pub) ]; + security.sudo.extraConfig = '' + Defaults env_keep+=SSH_AUTH_SOCK + ''; }