fix firewall syntax

This commit is contained in:
Leon Vita 2022-08-20 16:22:11 +01:00
parent 60cacf8cfd
commit b97ab5e226
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ in
];
};
# networking.firewall = {
networking.firewall = {
allowedTCPPorts = [ 5000 22 53 80 8080 777 ];
allowedUDPPorts = [ 5000 22 53 80 8080 777 ];
# };
};
system.stateVersion = "22.05";