warden port

This commit is contained in:
death916 2025-08-06 04:21:40 -07:00
parent 24c7da82a7
commit 29e1d71b0a

View file

@ -7,9 +7,17 @@
];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 80 443 ];
enable = true;
allowedTCPPorts = [
80
443
8222
];
allowedUDPPorts = [
80
443
8222
];
};
nix.settings.experimental-features = [