headscale: add ACL path

This commit is contained in:
Erwin Boskma 2023-04-09 23:22:24 +02:00
parent 304222bf14
commit 9bbbe63866
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -21,6 +21,7 @@ in
services.headscale = { services.headscale = {
enable = true; enable = true;
settings = { settings = {
acl_policy_path = "/var/lib/headscale/acls.yml";
dns_config = { dns_config = {
override_local_dns = true; override_local_dns = true;
base_domain = cfg.baseDomain; base_domain = cfg.baseDomain;