summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-11 23:36:56 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-11 23:36:56 +0100
commited4aa0bbde7aefdf27c89a797d36fc0e29f1da55 (patch)
tree02089bc715256d54458447ea1baac94ce978a0a5 /hosts/vidhar/default.nix
parentcf3db51ec4e4809ec20f9bd8985f2c065aec840c (diff)
downloadnixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar
nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.gz
nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.bz2
nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.tar.xz
nixos-ed4aa0bbde7aefdf27c89a797d36fc0e29f1da55.zip
vidhar: dhcpcd...
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix3
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 '';