diff options
| author | seth <[email protected]> | 2023-07-25 03:09:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 03:09:50 -0400 |
| commit | 3a2aeadbebc35906ab68d188a7536022e22db187 (patch) | |
| tree | 42b896555d642e68ec2532c1d2216f0b8806b280 | |
| parent | 6010e6b2b126094d84b55a97de012c3a7900462c (diff) | |
hosts/caroline: enable gpg
| -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"; |
