changed secret to fix acme

This commit is contained in:
baduhai 2022-12-20 14:08:50 -03:00
parent ecf6d36bc9
commit 0905cd1629
2 changed files with 8 additions and 8 deletions

View file

@ -9,10 +9,10 @@
email = "baduhai@proton.me";
dnsResolver = "1.1.1.1:53";
dnsProvider = "cloudflare";
credentialsFile = config.age.secrets.cloudflare-creds.path;
};
certs."baduhai.me" = {
extraDomainNames = [ "*.baduhai.me" ];
credentialsFile = config.age.secrets.cloudflare-creds.path;
};
};
}