mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Fix openFirewall setting
This commit is contained in:
parent
9ffa4d63aa
commit
7e67fdc427
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts =
|
||||
optionals cfg.openFirewall [ cfg.port ];
|
||||
optionals cfg.openFirewall [ cfg.httpPort cfg.httpsPort ];
|
||||
};
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue