Fix formatting

This commit is contained in:
Greg Hellings
2025-12-07 00:15:26 -06:00
parent d288f2ef82
commit d9e4ba93ac
4 changed files with 30 additions and 29 deletions
+15 -16
View File
@@ -61,22 +61,21 @@ in
];
networking.firewall = {
allowedTCPPorts =
[
80
443
5432
6443
]
++ (
if cfg.agentOnly then
[ ]
else
[
2379
2380
]
);
allowedTCPPorts = [
80
443
5432
6443
]
++ (
if cfg.agentOnly then
[ ]
else
[
2379
2380
]
);
allowedUDPPorts = [ 8472 ];
};