diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:42:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:42:19 +0100 |
commit | 4584babb63803dec4d1c87c47d55b1dbf95f4eb6 (patch) | |
tree | 33da9b1b8c051fcec4850df32bb4f8725b009e4c /hosts/vidhar/default.nix | |
parent | a2008f507cd1b381814a04e94fb899d2ad28af8b (diff) | |
download | nixos-4584babb63803dec4d1c87c47d55b1dbf95f4eb6.tar nixos-4584babb63803dec4d1c87c47d55b1dbf95f4eb6.tar.gz nixos-4584babb63803dec4d1c87c47d55b1dbf95f4eb6.tar.bz2 nixos-4584babb63803dec4d1c87c47d55b1dbf95f4eb6.tar.xz nixos-4584babb63803dec4d1c87c47d55b1dbf95f4eb6.zip |
vidhar: dhcpcd...
Diffstat (limited to 'hosts/vidhar/default.nix')
-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 5910dd40..1acbb280 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -173,7 +173,7 @@ | |||
173 | ipv6_autoconf | 173 | ipv6_autoconf |
174 | iaid 1195061668 | 174 | iaid 1195061668 |
175 | ipv6rs # enable routing solicitation for WAN adapter | 175 | ipv6rs # enable routing solicitation for WAN adapter |
176 | ia_pd 0 eno1/0/64/0 # request a PD and assign it to the LAN | 176 | ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN |
177 | 177 | ||
178 | waitip 6 | 178 | waitip 6 |
179 | ''; | 179 | ''; |