From b9781d7882e544a2d64c2e70ba9685fa870772bc Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 22 Jul 2024 19:32:23 -0700 Subject: Enable gnupg on copenhagen --- hosts/copenhagen/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/copenhagen/configuration.nix') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 1335a66..3aaf862 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -71,7 +71,15 @@ }; }; + programs = { + gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; + }; + services = { + pcscd.enable = true; openssh = { enable = true; ports = [ 42069 ]; -- cgit v1.2.3