We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152afb4 commit c66b907Copy full SHA for c66b907
hosts/ds9/default.nix
@@ -212,6 +212,7 @@ in
212
}
213
'';
214
globalConfig = ''
215
+ acme_ca https://acme-v02.api.letsencrypt.org/directory # hard coded so zerossl doesn't get used
216
acme_dns desec {
217
token "{$TOKEN}"
218
hosts/picard/default.nix
@@ -99,6 +99,7 @@
99
enable = true;
100
101
email [email protected]
102
103
104
105
0 commit comments