disable standard firewall

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

View File

@@ -46,10 +46,10 @@
'';
};
networking.firewall = {
allowedUDPPorts = [
5683 # shelly coiot
];
};
# networking.firewall = {
# allowedUDPPorts = [
# 5683 # shelly coiot
# ];
# };
}