summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 8655642c..cec5ba0b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -170,10 +170,11 @@
170 nohook resolv.conf 170 nohook resolv.conf
171 allowinterfaces dsl 171 allowinterfaces dsl
172 interface dsl 172 interface dsl
173 ipv6_autoconf
173 iaid 1195061668 174 iaid 1195061668
174 ipv6rs # enable routing solicitation for WAN adapter 175 ipv6rs # enable routing solicitation for WAN adapter
175 # ia_na 1195061668 # request an IPv6 address 176 # ia_na 1195061668 # request an IPv6 address
176 ia_pd 1 dsl/0/64/0 eno1/1/64/0 # request a PD and assign it to the LAN 177 ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN
177 178
178 waitip 6 179 waitip 6
179 ''; 180 '';