headscale: remove ipv6 subnet

it's confusing: I couldn't find an easy way to get the ipv4 address on a client
This commit is contained in:
Motiejus Jakštys 2023-09-11 14:37:05 +03:00
parent 31f1d6d669
commit 377030d0c0

View File

@ -21,10 +21,7 @@
enable = true;
settings = {
server_url = "https://vpn.jakstys.lt";
ip_prefixes = [
config.mj.services.headscale.subnetCIDR
"fd7a:115c:a1e0:59b0::/64"
];
ip_prefixes = [config.mj.services.headscale.subnetCIDR];
log.level = "warn";
dns_config = {
nameservers = ["1.1.1.1" "8.8.4.4"];