diff --git a/nixos/leena/configuration.nix b/nixos/leena/configuration.nix index cf982c8..5b00535 100644 --- a/nixos/leena/configuration.nix +++ b/nixos/leena/configuration.nix @@ -77,6 +77,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 = [ ... ];