chore: firewall tweaks

This commit is contained in:
arcnmx 2024-01-25 09:36:46 -08:00
parent 1daeddb40e
commit ee53c89e40
3 changed files with 12 additions and 13 deletions

View file

@ -146,8 +146,13 @@ in {
])
];
networking.firewall.allowedTCPPorts = [
389 636
];
networking.firewall = {
interfaces.local.allowedTCPPorts = [
389
];
allowedTCPPorts = [
636
];
};
};
}