mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""
This reverts commit ea8910652f
.
This commit is contained in:
parent
45c4e4d04a
commit
3d037ebb94
7 changed files with 120 additions and 59 deletions
|
@ -44,5 +44,5 @@ let virtualbox = config.boot.kernelPackages.virtualbox; in
|
|||
'';
|
||||
};
|
||||
|
||||
networking.interfaces.vboxnet0 = { ipAddress = "192.168.56.1"; prefixLength = 24; };
|
||||
networking.interfaces.vboxnet0.ip4 = [ { address = "192.168.56.1"; prefixLength = 24; } ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue