fix adguardhome config

This commit is contained in:
Joakim Repomaa
2025-02-17 17:36:52 +02:00
parent 18c93e224a
commit 83f9e00416

View File

@@ -43,8 +43,8 @@ in
enabled = true;
server_name = fqdn;
port_https = 4443;
certificate_chain = "/run/credentials/adguardhome.service/fullchain.pem";
private_key = "/run/credentials/adguardhome.service/key.pem";
certificate_chain_path = "/run/credentials/adguardhome.service/fullchain.pem";
private_key_path = "/run/credentials/adguardhome.service/key.pem";
};
dns.bind_hosts = tailscaleIps;
};