port to string
This commit is contained in:
parent
3dea8d0a6f
commit
8dfde5e194
|
@ -137,7 +137,7 @@ in {
|
|||
];
|
||||
user = mkUserMap cfg.uids.nextcloud;
|
||||
depends_on = [ "postgres" ];
|
||||
ports = [ "${cfg.port}:80" ];
|
||||
ports = [ "${toString cfg.port}:80" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue