Oops, nested 'service'

This commit is contained in:
niten 2023-07-16 11:58:41 -07:00
parent 1ff06aa814
commit 4c0720a815
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ let
image = pictrsCfg.image; image = pictrsCfg.image;
hostname = "pictrs"; hostname = "pictrs";
volumes = [ "${stateDirectory}/pictrs:/mnt:Z" ]; volumes = [ "${stateDirectory}/pictrs:/mnt:Z" ];
service.user = "991:991"; user = "991:991";
env_file = [ pictrsCfg.envFile ]; env_file = [ pictrsCfg.envFile ];
}; };
}; };