diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 22:36:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 22:36:16 +0100 |
commit | 622112651904b629e0bb756d2ee18adfb7fbeacd (patch) | |
tree | 170541f8c7519e9f27a59f8d263ed76c76e45f63 /hosts | |
parent | 52e04e798679f0bc448b1df6b87435db43d3def2 (diff) | |
download | nixos-622112651904b629e0bb756d2ee18adfb7fbeacd.tar nixos-622112651904b629e0bb756d2ee18adfb7fbeacd.tar.gz nixos-622112651904b629e0bb756d2ee18adfb7fbeacd.tar.bz2 nixos-622112651904b629e0bb756d2ee18adfb7fbeacd.tar.xz nixos-622112651904b629e0bb756d2ee18adfb7fbeacd.zip |
vidhar: dhcpcd...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index e05b9416..02b60811 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -166,11 +166,13 @@ | |||
166 | slaac private | 166 | slaac private |
167 | 167 | ||
168 | noipv6rs # disable routing solicitation | 168 | noipv6rs # disable routing solicitation |
169 | ipv6ra_noautoconf | ||
169 | allowinterfaces dsl | 170 | allowinterfaces dsl |
170 | interface dsl | 171 | interface dsl |
171 | ipv6rs # enable routing solicitation for WAN adapter | 172 | iaid 1195061668 |
172 | ia_na 1 # request an IPv6 address | 173 | ipv6rs # enable routing solicitation for WAN adapter |
173 | ia_pd 1 eno1/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 | ||
174 | 176 | ||
175 | waitip 6 | 177 | waitip 6 |
176 | ''; | 178 | ''; |