so many sops

This commit is contained in:
mjallen18
2025-03-20 21:15:52 -05:00
parent 894a8817cb
commit 3714518ead
8 changed files with 61 additions and 14 deletions

View File

@@ -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";
};
};
};