move arrs into nix container

This commit is contained in:
mjallen18
2024-11-30 14:35:53 -06:00
parent b7c85a7a56
commit f33d690145
32 changed files with 901 additions and 1087 deletions

View File

@@ -11,9 +11,7 @@ in
autoStart = cfg.autoStart;
image = cfg.image;
ports = [ "${cfg.httpPort}:6080" ];
volumes = [
"${cfg.dataPath}:/fgc/data"
];
volumes = [ "${cfg.dataPath}:/fgc/data" ];
environment = {
PUID = cfg.puid;
PGID = cfg.pgid;