diff options
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 067326f..e7d3581 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -158,13 +158,13 @@ in true; # Open ports in the firewall for Source Dedicated Server }; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - #enableSSHSupport = true; - }; + + # redundant with home-manager config + # programs.gnupg.agent = { + # enable = true; + # enableSSHSupport = false; + # }; # List services that you want to enable: |