nixos-rebuild build-vm: Override filesystems defined in the normal config

This commit is contained in:
Eelco Dolstra 2013-02-18 15:37:46 +01:00
parent a5e443295b
commit 202340e3f6

View File

@ -321,7 +321,7 @@ in
# where the regular value for the `fileSystems' attribute should be
# disregarded for the purpose of building a VM test image (since
# those filesystems don't exist in the VM).
fileSystems =
fileSystems = mkOverride 10
{ "/".device = "/dev/vda";
"/nix/store" =
{ device = "//10.0.2.4/store";