all: open http/https ports for local network

This commit is contained in:
Adithya 2024-08-31 17:44:26 +05:30
parent 06f1b82517
commit 4db0fd4bd7
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -4,5 +4,6 @@ _: {
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
email = "admin@acomputer.lol";
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
}