proper ip assignation for nginx

This commit is contained in:
Danilo Reyes
2026-02-05 03:39:27 -06:00
parent 237e120124
commit dce2142794
4 changed files with 8 additions and 14 deletions

View File

@@ -261,7 +261,7 @@ in
collabora = lib.mkIf cfgC.enable {
autoStart = true;
image = "collabora/code:latest";
ports = [ "9980:9980" ];
ports = [ "${toString cfgC.port}:${toString cfgC.port}" ];
environment = {
TZ = config.my.timeZone;
domain = cfg.host;