diff --git a/nixos/leena/configuration.nix b/nixos/leena/configuration.nix index cf982c8..0038349 100644 --- a/nixos/leena/configuration.nix +++ b/nixos/leena/configuration.nix @@ -62,7 +62,6 @@ wget git emacs - sqlite nano parted unrar @@ -77,6 +76,13 @@ domains = [ "leena.jakest.us" ]; apiTokenFile = "/home/jt/conf/cloudflare.token"; }; + + programs.gnupg.agent = { + enable = true; + pinentryFlavor = "gtk2"; + enableSSHSupport = true; + }; + networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [ 80 ]; # networking.firewall.allowedUDPPorts = [ ... ];