diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:24:40 +0100 | 
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-11 23:24:40 +0100 | 
| commit | af801d8eee2a5c288f4a2e366c3adf71953e3062 (patch) | |
| tree | 99f96c0cef59a9752d4b58ebf4f5ef7ceea29f43 /hosts | |
| parent | 35c9ea10e5b34c9467cf35c1561010d5495644db (diff) | |
| download | nixos-af801d8eee2a5c288f4a2e366c3adf71953e3062.tar nixos-af801d8eee2a5c288f4a2e366c3adf71953e3062.tar.gz nixos-af801d8eee2a5c288f4a2e366c3adf71953e3062.tar.bz2 nixos-af801d8eee2a5c288f4a2e366c3adf71953e3062.tar.xz nixos-af801d8eee2a5c288f4a2e366c3adf71953e3062.zip | |
vidhar: dhcpcd...
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/vidhar/default.nix | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index a5eada55..53a19f74 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
| @@ -169,17 +169,17 @@ | |||
| 169 | ipv6ra_noautoconf | 169 | ipv6ra_noautoconf | 
| 170 | allowinterfaces dsl | 170 | allowinterfaces dsl | 
| 171 | interface dsl | 171 | interface dsl | 
| 172 | ipv6rs # enable routing solicitation for WAN adapter | 172 | iaid 1195061668 | 
| 173 | ia_na 1 # request an IPv6 address | 173 | ipv6rs # enable routing solicitation for WAN adapter | 
| 174 | ia_pd 1 eno1/0/64/0 # request a PD and assign it to the LAN | 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 | 176 | ||
| 176 | quiet | ||
| 177 | waitip 6 | 177 | waitip 6 | 
| 178 | ''; | 178 | ''; | 
| 179 | in { | 179 | in { | 
| 180 | Type = "forking"; | 180 | Type = "forking"; | 
| 181 | PIDFile = "/run/dhcpcd.pid"; | 181 | PIDFile = "/run/dhcpcd.pid"; | 
| 182 | ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd --config ${dhcpcdConf}"; | 182 | ExecStart = "@${pkgs.dhcpcd}/sbin/dhcpcd dhcpcd -q --config ${dhcpcdConf}"; | 
| 183 | ExecReload = "${pkgs.dhcpcd}/sbin/dhcpcd --rebind"; | 183 | ExecReload = "${pkgs.dhcpcd}/sbin/dhcpcd --rebind"; | 
| 184 | Restart = "always"; | 184 | Restart = "always"; | 
| 185 | }; | 185 | }; | 
