diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 22:58:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 22:58:16 +0100 |
commit | e8e004424a7730f6c24568ba43a569ae4ac4cb49 (patch) | |
tree | e83b87b9a3c5ae1e984101afb639441554d98d17 /hosts/vidhar | |
parent | 35aaccf1f278b43af322b143ef54bfcdc966b05c (diff) | |
download | nixos-e8e004424a7730f6c24568ba43a569ae4ac4cb49.tar nixos-e8e004424a7730f6c24568ba43a569ae4ac4cb49.tar.gz nixos-e8e004424a7730f6c24568ba43a569ae4ac4cb49.tar.bz2 nixos-e8e004424a7730f6c24568ba43a569ae4ac4cb49.tar.xz nixos-e8e004424a7730f6c24568ba43a569ae4ac4cb49.zip |
vidhar: dhcpcd...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 36aa4633..23e02387 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -172,7 +172,7 @@ | |||
172 | iaid 1195061668 | 172 | iaid 1195061668 |
173 | ipv6rs # enable routing solicitation for WAN adapter | 173 | ipv6rs # enable routing solicitation for WAN adapter |
174 | # ia_na 1195061668 # request an IPv6 address | 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 | 175 | ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN |
176 | 176 | ||
177 | waitip 6 | 177 | waitip 6 |
178 | ''; | 178 | ''; |