diff options
Diffstat (limited to 'hosts/caroline/default.nix')
| -rw-r--r-- | hosts/caroline/default.nix | 5 |
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"; |
