1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-07 22:23:07 +00:00
This commit is contained in:
Rae 5e 2025-03-07 22:59:33 -05:00
parent b62b4be3d0
commit 6f8022a2d0
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 61 additions and 71 deletions

View file

@ -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")
];
};