summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 13:57:44 -0400
committerSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 13:57:44 -0400
commit4604a7936f8339b1f4c1e5ef1cb9e3bee99b14cf (patch)
treeacb9da4137e7441a04e46c37d793f8ba42e381ec
parentuse gnupg for password store and irc password (diff)
downloadnixos-4604a7936f8339b1f4c1e5ef1cb9e3bee99b14cf.tar.gz
nixos-4604a7936f8339b1f4c1e5ef1cb9e3bee99b14cf.tar.bz2
nixos-4604a7936f8339b1f4c1e5ef1cb9e3bee99b14cf.zip
remove gnupg config from bear
-rw-r--r--hosts/bear/configuration.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/bear/configuration.nix b/hosts/bear/configuration.nix
index 5326be7..bd32f4d 100644
--- a/hosts/bear/configuration.nix
+++ b/hosts/bear/configuration.nix
@@ -67,18 +67,6 @@
'';
};
- programs.gnupg = {
- agent = {
- enable = true;
- enableSSHSupport = true;
- # enableBrowserSocket = true;
- # settings = {
- # default-cache-ttl = 86400;
- # max-cache-ttl = 604800;
- # };
- };
- };
-
homebrew = {
enable = true;
user = username;