aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/optional/secrets.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/nipsy/common/optional/secrets.nix b/home/nipsy/common/optional/secrets.nix
index 9a92ad0..e62c63f 100644
--- a/home/nipsy/common/optional/secrets.nix
+++ b/home/nipsy/common/optional/secrets.nix
@@ -7,14 +7,4 @@
]);
settings = { };
};
-
- services.gpg-agent = {
- defaultCacheTtl = 43200;
- defaultCacheTtlSsh = 43200;
- enable = true;
- enableExtraSocket = true;
- enableSshSupport = true;
- maxCacheTtl = 86400;
- maxCacheTtlSsh = 86400;
- };
}