From 4604a7936f8339b1f4c1e5ef1cb9e3bee99b14cf Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 30 Jun 2026 13:57:44 -0400 Subject: remove gnupg config from bear --- hosts/bear/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'hosts/bear/configuration.nix') 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; -- cgit v1.3.1