Compare commits
2 commits
1feb66d19a
...
495cacf052
Author | SHA1 | Date | |
---|---|---|---|
495cacf052 | |||
a61d280fe9 |
1 changed files with 7 additions and 1 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Reference in a new issue