mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
feat(nixos): custom firewall
This commit is contained in:
@@ -137,4 +137,12 @@
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /home/mudics/plg-mudics 0755 mudics - -"
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
1323 # display
|
||||
8080 # control
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user