disable standard firewall

This commit is contained in:
Dominik Polakovics Polakovics 2023-11-30 23:52:11 +01:00
parent 460a901633
commit fc0ea1d622
3 changed files with 23 additions and 23 deletions

View file

@ -26,7 +26,7 @@
];
};
networking.firewall = {
allowedTCPPorts = [ 1883 ];
};
# networking.firewall = {
# allowedTCPPorts = [ 1883 ];
# };
}