summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix10
1 files changed, 5 insertions, 5 deletions
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 @@
169 ipv6ra_noautoconf 169 ipv6ra_noautoconf
170 allowinterfaces dsl 170 allowinterfaces dsl
171 interface dsl 171 interface dsl
172 ipv6rs # enable routing solicitation for WAN adapter 172 iaid 1195061668
173 ia_na 1 # request an IPv6 address 173 ipv6rs # enable routing solicitation for WAN adapter
174 ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN 174 # ia_na 1195061668 # request an IPv6 address
175 ia_pd 1195061668 eno1/0/64/0 # request a PD and assign it to the LAN
175 176
176 quiet
177 waitip 6 177 waitip 6
178 ''; 178 '';
179 in { 179 in {
180 Type = "forking"; 180 Type = "forking";
181 PIDFile = "/run/dhcpcd.pid"; 181 PIDFile = "/run/dhcpcd.pid";
182 ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}"; 182 ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd -q --config ${dhcpcdConf}";
183 ExecReload = "${pkgs.dhcpcd}/sbin/dhcpcd --rebind"; 183 ExecReload = "${pkgs.dhcpcd}/sbin/dhcpcd --rebind";
184 Restart = "always"; 184 Restart = "always";
185 }; 185 };