diff options
| author | Grisha Shipunov | 2025-01-09 22:38:28 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-09 22:44:55 +0100 |
| commit | a84861a69142530f4c6dc7aa80e94088cbab6381 (patch) | |
| tree | 254f7811876555b2b527458cb29d2cca75543ec6 /modules/gnupg.nix | |
| parent | cf870db775576311e4661f67be760754fd6917b1 (diff) | |
enable ssh-agent by default
Diffstat (limited to 'modules/gnupg.nix')
| -rw-r--r-- | modules/gnupg.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix index b093bda..a2a2f45 100644 --- a/modules/gnupg.nix +++ b/modules/gnupg.nix @@ -11,7 +11,5 @@ # smartcard support services.pcscd.enable = false; hardware.gpgSmartcards.enable = true; - programs.gnupg.agent = { - enable = true; - }; + programs.gnupg.agent.enable = true; } |
