more opencode stuff

This commit is contained in:
Anish Lakhwara
2026-01-13 20:34:35 -08:00
parent 328779b0ac
commit 3b33575b2a
11 changed files with 235 additions and 106 deletions
+10 -10
View File
@@ -14,15 +14,15 @@
];
# GPG configuration for user session
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
enableSshSupport = true;
defaultCacheTtl = 28800; # 8 hours
maxCacheTtl = 86400; # 24 hours
};
#services.gpg-agent = {
# enable = true;
# pinentryPackage = pkgs.pinentry-curses;
# enableSshSupport = true;
# defaultCacheTtl = 28800; # 8 hours
# maxCacheTtl = 86400; # 24 hours
#};
programs.gpg = {
enable = true;
};
#programs.gpg = {
# enable = true;
#};
}