forked from nyanloutre/nixos-config
assign IPv6 to upstream
This commit is contained in:
parent
c126a6fc58
commit
18e31c8df3
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
networkConfig = {
|
||||
KeepConfiguration = "dhcp-on-stop";
|
||||
IPv6AcceptRA = true;
|
||||
DHCPPrefixDelegation = true;
|
||||
};
|
||||
};
|
||||
"40-eno2" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue