This commit is contained in:
@@ -15,6 +15,7 @@ in
|
||||
image = "foxxmd/multi-scrobbler:latest";
|
||||
ports = [ "${toString cfg.port}:${toString cfg.port}" ];
|
||||
environmentFiles = [ config.sops.secrets.multi-scrobbler.path ];
|
||||
volumes = [ "${config.my.containerData}/multi-scrobbler:/config" ];
|
||||
environment = {
|
||||
TZ = config.my.timeZone;
|
||||
PUID = toString config.users.users.jawz.uid;
|
||||
@@ -25,7 +26,6 @@ in
|
||||
PLEX_URL = "http://192.168.100.15:32400";
|
||||
WS_ENABLE = "true";
|
||||
};
|
||||
volumes = [ "${config.my.containerData}/multi-scrobbler:/config" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user