mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: firewall tweaks
This commit is contained in:
parent
1daeddb40e
commit
ee53c89e40
3 changed files with 12 additions and 13 deletions
|
|
@ -146,8 +146,13 @@ in {
|
|||
])
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
389 636
|
||||
];
|
||||
networking.firewall = {
|
||||
interfaces.local.allowedTCPPorts = [
|
||||
389
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
636
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue