so many sops
This commit is contained in:
@@ -12,18 +12,11 @@ in
|
||||
image = cfg.image;
|
||||
ports = [ "${cfg.httpPort}:6080" ];
|
||||
volumes = [ "${cfg.dataPath}:/fgc/data" ];
|
||||
environmentFiles = [ config.sops.templates."fgc.env".path ];
|
||||
environment = {
|
||||
PUID = cfg.puid;
|
||||
PGID = cfg.pgid;
|
||||
TZ = cfg.timeZone;
|
||||
EG_EMAIL = "matt.l.jallen@gmail.com";
|
||||
EG_PASSWORD = "NSu@nn^XeVHVjxRxWT2B";
|
||||
EG_OTPKEY = "KRKU2UKDJBDE6R2JGRLFKRKEJ5DFKTCWKVEUUQSGKVKFSTKTKBDQ";
|
||||
PG_EMAIL = "jalle008@proton.me";
|
||||
PG_PASSWORD = "BogieDudie1";
|
||||
GOG_EMAIL = "matt.l.jallen@gmail.com";
|
||||
GOG_PASSWORD = "BogieDudie1";
|
||||
# NOTIFY = "mailto://myemail:mypass@gmail.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user