feat: Remove dnsProvider in acme.nix

This commit removes the dnsProvider property from the "varlink.org" configuration within the acme.nix file. This step contributes to system simplification and potential adaptability improvements.
This commit is contained in:
Harald Hoyer 2024-07-05 08:29:32 +02:00
parent 2ff75f77be
commit fd150b5133

View file

@ -38,7 +38,6 @@
};
"varlink.org" = {
dnsProvider = "internetbs";
extraDomainNames = [
"*.varlink.org"
];