diff options
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 426d8c8..7e95a00 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -167,6 +167,8 @@ }; programs = { + gnupg.agent.enable = true; + ssh = { enableAskPassword = false; }; |