From 3abc7439613d577bff25948b4ce6427f65a779c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 15 Jan 2023 20:44:17 +0200 Subject: [PATCH] headscale: ipv6 subnet no effect yet, but at least will be configured. --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8abefa2..b344ad6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -166,7 +166,10 @@ let ssh_pubkeys = { clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127 }; settings = { - ip_prefixes = [ "100.89.176.0/20" ]; + ip_prefixes = [ + "100.89.176.0/20" + "fd7a:115c:a1e0:59b0::/64" + ]; dns_config = { nameservers = [ "1.1.1.1" "8.8.4.4" ]; magic_dns = true;