From af801d8eee2a5c288f4a2e366c3adf71953e3062 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 11 Dec 2021 23:24:40 +0100 Subject: vidhar: dhcpcd... --- hosts/vidhar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index a5eada55..53a19f74 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -169,17 +169,17 @@ ipv6ra_noautoconf allowinterfaces dsl interface dsl - ipv6rs # enable routing solicitation for WAN adapter - ia_na 1 # request an IPv6 address - ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN + iaid 1195061668 + ipv6rs # enable routing solicitation for WAN adapter + # ia_na 1195061668 # request an IPv6 address + ia_pd 1195061668 eno1/0/64/0 # request a PD and assign it to the LAN - quiet waitip 6 ''; in { Type = "forking"; PIDFile = "/run/dhcpcd.pid"; - ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}"; + ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd -q --config ${dhcpcdConf}"; ExecReload = "${pkgs.dhcpcd}/sbin/dhcpcd --rebind"; Restart = "always"; }; -- cgit v1.2.3