This commit is contained in:
jopejoe1 2024-05-01 10:40:26 +02:00
parent a7589ad4fe
commit 0e56405038
8 changed files with 257 additions and 69 deletions

View file

@ -35,8 +35,16 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 53 ];
allowedUDPPorts = [ 80 443 53 ];
allowedTCPPorts = [
80
443
53
];
allowedUDPPorts = [
80
443
53
];
};
services.nginx = {