From c0a8f8116ebaf6b665b07467363439a19372c6e9 Mon Sep 17 00:00:00 2001 From: clerie <git@clerie.de> Date: Wed, 16 Apr 2025 21:05:01 +0200 Subject: [PATCH] hosts/nonat: Enable DHCPv6 to try out NTP --- hosts/nonat/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/nonat/configuration.nix b/hosts/nonat/configuration.nix index 5bddcb6..47d7495 100644 --- a/hosts/nonat/configuration.nix +++ b/hosts/nonat/configuration.nix @@ -23,7 +23,6 @@ { Gateway = "2001:638:904:ffca::1"; } ]; linkConfig.RequiredForOnline = "routable"; - ipv6AcceptRAConfig.DHCPv6Client = "no"; }; systemd.network.networks."10-nat-netz-mercury" = { matchConfig.Name = "ens19"; @@ -31,7 +30,6 @@ "192.168.10.1/24" ]; linkConfig.RequiredForOnline = "no"; - ipv6AcceptRAConfig.DHCPv6Client = "no"; }; networking.nat = {