remote lego-auto for gandalf

This commit is contained in:
Joseph Hanson 2024-10-15 15:51:25 -05:00
parent 456c5b41cc
commit d5d2a7c888
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -78,10 +78,6 @@ in
sops = {
secrets = {
"lego/dnsimple/token" = {
mode = "0444";
sopsFile = ./secrets.sops.yaml;
};
"borg/repository/passphrase" = {
sopsFile = ./secrets.sops.yaml;
};
@ -143,15 +139,6 @@ in
enable = true;
inherit (sanoidConfig.outputs) templates datasets;
};
# Lego-Auto for SSL Certificates
lego-auto = {
enable = true;
dnsimpleTokenPath = "${config.sops.secrets."lego/dnsimple/token".path}";
domains = "gandalf.jahanson.tech";
email = "joe@veri.dev";
provider = "dnsimple";
};
};
};
}