Switch to headscale #11

Merged
Toast merged 9 commits from headscale into main 2024-11-03 01:30:30 +01:00
Showing only changes of commit 492d870980 - Show all commits

View file

@ -6,6 +6,10 @@
ip_prefixes = [
"100.100.0.0/16"
];
dns_config = {
base_domain = "tailscale";
nameservers = ["9.9.9.9"];
};
};
};
services.caddy = {