diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:43:45 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:43:45 +0100 |
commit | 89c41c1af604918c400f8000a686cde08efca2e3 (patch) | |
tree | 11b29e6f0511435fdaf4141b4ad33338e2767760 /hosts/vidhar | |
parent | 4584babb63803dec4d1c87c47d55b1dbf95f4eb6 (diff) | |
download | nixos-89c41c1af604918c400f8000a686cde08efca2e3.tar nixos-89c41c1af604918c400f8000a686cde08efca2e3.tar.gz nixos-89c41c1af604918c400f8000a686cde08efca2e3.tar.bz2 nixos-89c41c1af604918c400f8000a686cde08efca2e3.tar.xz nixos-89c41c1af604918c400f8000a686cde08efca2e3.zip |
vidhar: dhcpcd...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 1acbb280..8c2d0d81 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -166,11 +166,10 @@ | |||
166 | slaac private | 166 | slaac private |
167 | 167 | ||
168 | noipv6rs # disable routing solicitation | 168 | noipv6rs # disable routing solicitation |
169 | ipv6ra_noautoconf | ||
170 | nohook resolv.conf | 169 | nohook resolv.conf |
171 | allowinterfaces dsl | 170 | allowinterfaces dsl |
172 | interface dsl | 171 | interface dsl |
173 | ipv6_autoconf | 172 | ipv6ra_autoconf |
174 | iaid 1195061668 | 173 | iaid 1195061668 |
175 | ipv6rs # enable routing solicitation for WAN adapter | 174 | ipv6rs # enable routing solicitation for WAN adapter |
176 | ia_pd 1 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 |