diff --git a/system/profile/base.nix b/system/profile/base.nix index 5e83e55..a2495f3 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -130,7 +130,7 @@ in programs.gnupg.agent = { enable = lib.mkDefault true; - enableSSHSupport = lib.mkDefault true; + enableSSHSupport = lib.mkDefault false; }; boot.loader.systemd-boot.configurationLimit = lib.mkDefault 15;