summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/caroline/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix
index 739fac0..6012508 100644
--- a/hosts/caroline/default.nix
+++ b/hosts/caroline/default.nix
@@ -7,7 +7,10 @@
];
};
- getchoo.desktop.homebrew.enable = true;
+ getchoo.desktop = {
+ homebrew.enable = true;
+ gpg.enable = true;
+ };
networking = rec {
computerName = "caroline";