diff --git a/modules/shared/networking/ssh.nix b/modules/shared/networking/ssh.nix index 902823f9..54f998e4 100644 --- a/modules/shared/networking/ssh.nix +++ b/modules/shared/networking/ssh.nix @@ -106,7 +106,7 @@ in { hostConfig = concatStringsSep "\n" (map mkHostConfig hosts); in { - startAgent = !config.modules.system.yubikeySupport.enable; + startAgent = true; extraConfig = '' ${hostConfig} '';