summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-11 23:32:17 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-11 23:32:17 +0100
commit75ddc129bbe707691340703c74c5d032de43789f (patch)
treebebab5464fc923651255d9695918d03feccc34dd /hosts
parent3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43 (diff)
downloadnixos-75ddc129bbe707691340703c74c5d032de43789f.tar
nixos-75ddc129bbe707691340703c74c5d032de43789f.tar.gz
nixos-75ddc129bbe707691340703c74c5d032de43789f.tar.bz2
nixos-75ddc129bbe707691340703c74c5d032de43789f.tar.xz
nixos-75ddc129bbe707691340703c74c5d032de43789f.zip
vidhar: dhcpcd...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 3fc81b35..d3e58509 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 1 eno1/0/64/0 # request a PD and assign it to the LAN 175 ia_pd 1 dsl/0/64/0 eno1/1/64/0 # request a PD and assign it to the LAN
176 176
177 waitip 6 177 waitip 6
178 ''; 178 '';