jt
/
conf
1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Jarkko Toivanen 495cacf052
SQLite stuff did not workie 2023-05-10 19:48:19 +03:00
Jarkko Toivanen a61d280fe9
GPG Stuff 2023-05-10 19:47:45 +03:00
1 changed files with 7 additions and 1 deletions

View File

@ -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 = [ ... ];