diff options
Diffstat (limited to '')
| -rw-r--r-- | home/nipsy/common/optional/secrets.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/common/optional/secrets.nix b/home/nipsy/common/optional/secrets.nix index b4dabdd..24ea99c 100644 --- a/home/nipsy/common/optional/secrets.nix +++ b/home/nipsy/common/optional/secrets.nix @@ -13,7 +13,7 @@    services.gpg-agent = {      defaultCacheTtl = 43200;      defaultCacheTtlSsh = 43200; -    #enable = true; +    enable = true;      enableExtraSocket = true;      enableSshSupport = true;      maxCacheTtl = 86400;  | 
