diff --git a/nextcloud-container.nix b/nextcloud-container.nix index f55714e..35c2d6c 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -137,7 +137,7 @@ in { ]; user = mkUserMap cfg.uids.nextcloud; depends_on = [ "postgres" ]; - ports = [ "${cfg.port}:80" ]; + ports = [ "${toString cfg.port}:80" ]; }; }; };