* Doh.
svn path=/nixos/trunk/; revision=33332
This commit is contained in:
parent
8884d445b7
commit
d12339b282
@ -31,5 +31,5 @@ let virtualbox = config.boot.kernelPackages.virtualbox; in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.interfaces = [ { name = "vboxnet0"; ipAddress = "192.168.56.1"; } ];
|
networking.interfaces = [ { name = "vboxnet0"; ipAddress = "192.168.56.1"; subnetMask = "255.255.255.0"; } ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user