summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 53a19f74..3fc81b35 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -170,9 +170,9 @@
170 allowinterfaces dsl 170 allowinterfaces dsl
171 interface dsl 171 interface dsl
172 iaid 1195061668 172 iaid 1195061668
173 ipv6rs # enable routing solicitation for WAN adapter 173 ipv6rs # enable routing solicitation for WAN adapter
174 # ia_na 1195061668 # request an IPv6 address 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 ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN
176 176
177 waitip 6 177 waitip 6
178 ''; 178 '';