more opencode stuff
This commit is contained in:
+10
-10
@@ -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;
|
||||
#};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user