diff --git a/nixos/leena/configuration.nix b/nixos/leena/configuration.nix index 0038349..cf982c8 100644 --- a/nixos/leena/configuration.nix +++ b/nixos/leena/configuration.nix @@ -62,6 +62,7 @@ wget git emacs + sqlite nano parted unrar @@ -76,13 +77,6 @@ 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 = [ ... ];