summaryrefslogtreecommitdiff
path: root/hosts/caroline/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-25 03:09:50 -0400
committerseth <[email protected]>2023-07-25 03:09:50 -0400
commit3a2aeadbebc35906ab68d188a7536022e22db187 (patch)
tree42b896555d642e68ec2532c1d2216f0b8806b280 /hosts/caroline/default.nix
parent6010e6b2b126094d84b55a97de012c3a7900462c (diff)
hosts/caroline: enable gpg
Diffstat (limited to 'hosts/caroline/default.nix')
-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";