1
1
Fork 0

Re-arrange cruft

main
Bill Ewanick 2023-09-23 13:46:29 -04:00
parent 3a6300f733
commit 23e5af1ad4
2 changed files with 2 additions and 14 deletions

View File

@ -14,4 +14,6 @@
security.acme.defaults.email = "admin@cutesealfanpage.love"; security.acme.defaults.email = "admin@cutesealfanpage.love";
# uncomment this to use the staging server # uncomment this to use the staging server
# security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory"; # security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
networking.firewall.allowedTCPPorts = [ 80 443 ];
} }

View File

@ -19,18 +19,4 @@
services.jitsi-videobridge.enable = false; services.jitsi-videobridge.enable = false;
services.jitsi-videobridge.openFirewall = false; services.jitsi-videobridge.openFirewall = false;
networking.firewall.allowedTCPPorts = [ 80 443 ];
# security.acme.email = "me@example.com";
# security.acme.acceptTerms = true;
# services.caddy = {
# enable = true;
# virtualHosts = {
# "git.ewanick.com" = {
# extraConfig = ''
# reverse_proxy localhost:3000
# '';
# };
# };
# };
} }