diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:09:26 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:09:26 +0100 |
commit | 35c9ea10e5b34c9467cf35c1561010d5495644db (patch) | |
tree | 09b921986d7ecfe14ee69289a8abe1e8ebbe8323 /hosts/vidhar | |
parent | b012a3b7ff8b758f1c471571adadb3303453cb2d (diff) | |
download | nixos-35c9ea10e5b34c9467cf35c1561010d5495644db.tar nixos-35c9ea10e5b34c9467cf35c1561010d5495644db.tar.gz nixos-35c9ea10e5b34c9467cf35c1561010d5495644db.tar.bz2 nixos-35c9ea10e5b34c9467cf35c1561010d5495644db.tar.xz nixos-35c9ea10e5b34c9467cf35c1561010d5495644db.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 2d8bef83..a5eada55 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -169,8 +169,7 @@ | |||
169 | ipv6ra_noautoconf | 169 | ipv6ra_noautoconf |
170 | allowinterfaces dsl | 170 | allowinterfaces dsl |
171 | interface dsl | 171 | interface dsl |
172 | iaid 1195061668 | 172 | ipv6rs # enable routing solicitation for WAN adapter |
173 | ipv6rs # enable routing solicitation for WAN adapter | ||
174 | ia_na 1 # request an IPv6 address | 173 | ia_na 1 # request an IPv6 address |
175 | ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN | 174 | ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN |
176 | 175 | ||