nixos-rebuild build-vm: Override filesystems defined in the normal config
This commit is contained in:
parent
a5e443295b
commit
202340e3f6
@ -321,7 +321,7 @@ in
|
|||||||
# where the regular value for the `fileSystems' attribute should be
|
# where the regular value for the `fileSystems' attribute should be
|
||||||
# disregarded for the purpose of building a VM test image (since
|
# disregarded for the purpose of building a VM test image (since
|
||||||
# those filesystems don't exist in the VM).
|
# those filesystems don't exist in the VM).
|
||||||
fileSystems =
|
fileSystems = mkOverride 10
|
||||||
{ "/".device = "/dev/vda";
|
{ "/".device = "/dev/vda";
|
||||||
"/nix/store" =
|
"/nix/store" =
|
||||||
{ device = "//10.0.2.4/store";
|
{ device = "//10.0.2.4/store";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user