aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-06-06 10:41:18 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-06-06 10:41:18 -0700
commit2e87f86520db67f9b349409370e5f118fc51055f (patch)
tree66a67f5ae42fb813b9bb8bc8f8335391146bfa48 /home
parentc82bd8330576b0ae917fec83215ff053c3371096 (diff)
downloadnix-2e87f86520db67f9b349409370e5f118fc51055f.tar
nix-2e87f86520db67f9b349409370e5f118fc51055f.tar.gz
nix-2e87f86520db67f9b349409370e5f118fc51055f.tar.bz2
nix-2e87f86520db67f9b349409370e5f118fc51055f.tar.lz
nix-2e87f86520db67f9b349409370e5f118fc51055f.tar.xz
nix-2e87f86520db67f9b349409370e5f118fc51055f.tar.zst
nix-2e87f86520db67f9b349409370e5f118fc51055f.zip
Replace broken home-manager settings with system level version
Diffstat (limited to '')
-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;
- };
}