Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""

This reverts commit ea8910652f.
This commit is contained in:
William A. Kennington III 2014-08-31 09:46:16 -07:00
parent 45c4e4d04a
commit 3d037ebb94
7 changed files with 120 additions and 59 deletions

View file

@ -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; } ];
}