diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configuration.nix b/configuration.nix index abfc199..c2c32fa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,10 +58,10 @@ sound.enable = true; # hardware.pulseaudio.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = false; - }; + #programs.gnupg.agent = { + #enable = true; + #enableSSHSupport = false; + #}; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions |
