port to string

This commit is contained in:
niten 2023-09-04 18:21:44 -07:00
parent 3dea8d0a6f
commit 8dfde5e194
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ in {
]; ];
user = mkUserMap cfg.uids.nextcloud; user = mkUserMap cfg.uids.nextcloud;
depends_on = [ "postgres" ]; depends_on = [ "postgres" ];
ports = [ "${cfg.port}:80" ]; ports = [ "${toString cfg.port}:80" ];
}; };
}; };
}; };