From 3a2aeadbebc35906ab68d188a7536022e22db187 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Jul 2023 03:09:50 -0400 Subject: hosts/caroline: enable gpg --- hosts/caroline/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/caroline/default.nix') 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"; -- cgit v1.2.3