summaryrefslogtreecommitdiffstats
path: root/hosts/bear/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;