move arrs into nix container
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user