if this was the problem i will kill myself
This commit is contained in:
parent
a04bab34be
commit
d1332d562f
1 changed files with 7 additions and 2 deletions
|
|
@ -23,8 +23,13 @@
|
||||||
hash = "sha256-YYpsf8HMONR1teMiSymo2y+HrKoxuJMKIea5/NEykGc=";
|
hash = "sha256-YYpsf8HMONR1teMiSymo2y+HrKoxuJMKIea5/NEykGc=";
|
||||||
};
|
};
|
||||||
email = "contact@osbm.dev";
|
email = "contact@osbm.dev";
|
||||||
extraConfig = ''
|
globalConfig = ''
|
||||||
acme_dns cloudflare {env.CF_API_TOKEN}
|
(cloudflare) {
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CF_API_TOKEN}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# acme_dns cloudflare {env.CF_API_TOKEN}
|
||||||
'';
|
'';
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"chat.osbm.dev" = {
|
"chat.osbm.dev" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue