mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-07 22:23:07 +00:00
~
This commit is contained in:
parent
b62b4be3d0
commit
6f8022a2d0
5 changed files with 61 additions and 71 deletions
|
@ -30,8 +30,8 @@ in with lib; {
|
|||
FTLCONF_webserver_api_password = mkIf (cfg.api-password != "") cfg.api-password;
|
||||
};
|
||||
ports = [
|
||||
(builtins.toString cfg.listenPortHTTP + ":80")
|
||||
(builtins.toString cfg.listenPortHTTPS + ":443")
|
||||
(builtins.toString cfg.listenPortHTTP + ":80/tcp")
|
||||
(builtins.toString cfg.listenPortHTTPS + ":443/tcp")
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue