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:
parent
2ff75f77be
commit
fd150b5133
|
@ -38,7 +38,6 @@
|
|||
};
|
||||
|
||||
"varlink.org" = {
|
||||
dnsProvider = "internetbs";
|
||||
extraDomainNames = [
|
||||
"*.varlink.org"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue