config mistakes

This commit is contained in:
Joseph Hanson 2024-07-14 06:52:10 -05:00
parent a12dcd6493
commit 339bc29a76
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -45,9 +45,9 @@ in
];
environment = {
TZ = "America/Chicago";
LA_DATADIR = "/certs";
LA_CACHEDIR = "/certs/.cache";
LA_EMAIL = "cfg.email";
LA_DATADIR = "/cert";
LA_CACHEDIR = "/cert/.cache";
LA_EMAIL = cfg.email;
LA_DOMAINS = cfg.domains;
LA_PROVIDER = cfg.provider;
} // lib.optionalAttrs (cfg.provider == "dnsimple") {