diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index f6cee75..067326f 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -163,7 +163,7 @@ in programs.mtr.enable = true; programs.gnupg.agent = { enable = true; - enableSSHSupport = true; + #enableSSHSupport = true; }; # List services that you want to enable: |