diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:36:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:36:56 +0100 |
commit | ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55 (patch) | |
tree | 02089bc715256d54458447ea1baac94ce978a0a5 | |
parent | cf3db51ec4e4809ec20f9bd8985f2c065aec840c (diff) | |
download | nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.gz nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.bz2 nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.xz nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.zip |
vidhar: dhcpcd...
-rw-r--r-- | hosts/vidhar/default.nix | 3 |
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 | ''; |