diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:04:48 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:04:48 +0100 |
commit | b012a3b7ff8b758f1c471571adadb3303453cb2d (patch) | |
tree | 93823dadfd8df61dffb031350d6847f458094c28 /hosts/vidhar | |
parent | e91b7bbd7bf155fa2f46fca88d705effccd31890 (diff) | |
download | nixos-b012a3b7ff8b758f1c471571adadb3303453cb2d.tar nixos-b012a3b7ff8b758f1c471571adadb3303453cb2d.tar.gz nixos-b012a3b7ff8b758f1c471571adadb3303453cb2d.tar.bz2 nixos-b012a3b7ff8b758f1c471571adadb3303453cb2d.tar.xz nixos-b012a3b7ff8b758f1c471571adadb3303453cb2d.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 3c307aec..2d8bef83 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -171,7 +171,7 @@ | |||
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 1 # 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 eno1/0/64/0 # request a PD and assign it to the LAN |
176 | 176 | ||
177 | quiet | 177 | quiet |