diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:39:10 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:39:10 +0100 |
commit | a2008f507cd1b381814a04e94fb899d2ad28af8b (patch) | |
tree | c389e4b8c209f7f83d3d87f5e3a2564b5d62f897 | |
parent | ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55 (diff) | |
download | nixos-a2008f507cd1b381814a04e94fb899d2ad28af8b.tar nixos-a2008f507cd1b381814a04e94fb899d2ad28af8b.tar.gz nixos-a2008f507cd1b381814a04e94fb899d2ad28af8b.tar.bz2 nixos-a2008f507cd1b381814a04e94fb899d2ad28af8b.tar.xz nixos-a2008f507cd1b381814a04e94fb899d2ad28af8b.zip |
vidhar: dhcpcd...
-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 cec5ba0b..5910dd40 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -173,8 +173,7 @@ | |||
173 | ipv6_autoconf | 173 | ipv6_autoconf |
174 | iaid 1195061668 | 174 | iaid 1195061668 |
175 | ipv6rs # enable routing solicitation for WAN adapter | 175 | ipv6rs # enable routing solicitation for WAN adapter |
176 | # ia_na 1195061668 # request an IPv6 address | 176 | ia_pd 0 eno1/0/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 | ||
178 | 177 | ||
179 | waitip 6 | 178 | waitip 6 |
180 | ''; | 179 | ''; |