From 75caaf888012af07ae770705693cbd06f86e9657 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 15 Nov 2021 11:38:35 +0059 Subject: vidhar: ... --- hosts/vidhar/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index d9d44070..6d6726af 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -173,8 +173,8 @@ serviceConfig = let dhcpcdConf = pkgs.writeText "dhcpcd.conf" '' duid - persistent vendorclassid + ipv6only nooption domain_name_servers, domain_name, domain_search option classless_static_routes @@ -191,6 +191,8 @@ ipv6rs # enable routing solicitation for WAN adapter ia_na 1 # request an IPv6 address ia_pd 1 eno1/0 # request a PD and assign it to the LAN + + waitip 6 ''; in { Type = "forking"; -- cgit v1.2.3