diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:28:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:28:16 +0100 |
commit | 3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43 (patch) | |
tree | 1a95ccbe56ab2a6eda3d98eedcb5409dbf428b83 | |
parent | af801d8eee2a5c288f4a2e366c3adf71953e3062 (diff) | |
download | nixos-3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43.tar nixos-3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43.tar.gz nixos-3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43.tar.bz2 nixos-3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43.tar.xz nixos-3b2cc3cd5113a60eb248b14f6b8cdb68f5cecb43.zip |
vidhar: dhcpcd...
-rw-r--r-- | hosts/vidhar/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 53a19f74..3fc81b35 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -170,9 +170,9 @@ | |||
170 | allowinterfaces dsl | 170 | allowinterfaces dsl |
171 | interface dsl | 171 | interface dsl |
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 | ''; |