diff options
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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 ]; |