podman permissions + tranga
This commit is contained in:
@@ -14,8 +14,8 @@ in
|
||||
environmentFiles = [ config.sops.secrets.multi-scrobbler.path ];
|
||||
environment = {
|
||||
TZ = config.my.timeZone;
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
PUID = toString config.users.users.jawz.uid;
|
||||
PGID = toString config.users.groups.users.gid;
|
||||
BASE_URL = cfg.url;
|
||||
DEEZER_REDIRECT_URI = "http://${config.my.ips.${cfg.hostName}}:${toString cfg.port}/deezer/callback";
|
||||
MALOJA_URL = config.my.servers.maloja.url;
|
||||
|
||||
Reference in New Issue
Block a user