diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 20:38:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 20:38:41 +0530 |
| commit | 27496a4209360148a966bd5633923a4d91ae3e14 (patch) | |
| tree | c5eb4bdc8379cbf6c1bbdc61c95731dca8de643c /configuration.nix | |
| parent | 2670c52795a0ee02c434122d43c0940c3755ca8d (diff) | |
| download | nixos-config-27496a4209360148a966bd5633923a4d91ae3e14.tar.gz nixos-config-27496a4209360148a966bd5633923a4d91ae3e14.zip | |
adds magic symlinking config + move gpg agent config to home manager
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 |
