about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 539823c..c27a861 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -250,6 +250,9 @@ in
         defaultCacheTtlSsh = 3600;
         maxCacheTtl = 86400;
         maxCacheTtlSsh = 86400;
+        extraConfig = ''
+          allow-preset-passphrase
+        '';
       };
 
       swayidle = {
@@ -275,5 +278,9 @@ in
         longitude = "127.2";
       };
     };
+
+    home.file.".pam-gnupg".text = ''
+      77FE99210D6D1175076B284229CE8818A7112C9B
+    '';
   };
 }