1
0
Fork 0

Compare commits

..

No commits in common. "495cacf052c6ca043e809932b104b07675ea0d19" and "1feb66d19ac925e317c3bff0e0dad83cb38b71d4" have entirely different histories.

View file

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