feat(nixos): custom firewall

This commit is contained in:
2025-11-07 20:08:49 +01:00
parent 53598578f3
commit c117cb2199
+8
View File
@@ -137,4 +137,12 @@
systemd.tmpfiles.rules = [
"d /home/mudics/plg-mudics 0755 mudics - -"
];
networking.firewall = {
enable = true;
allowedTCPPorts = [
1323 # display
8080 # control
];
};
}