toString uid

This commit is contained in:
niten 2023-07-17 08:18:34 -07:00
parent cf2de788c2
commit 627147e6a3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let
image = pictrsCfg.image;
hostname = "pictrs";
volumes = [ "${stateDirectory}/pictrs:/mnt:Z" ];
user = "${pictrsCfg.uid}:${pictrsCfg.uid}";
user = "${toString pictrsCfg.uid}:${toString pictrsCfg.uid}";
env_file = [ pictrsCfg.envFile ];
restart = "always";
};