nixos-rebuild build-vm: Ignore the user's LUKS devices

This commit is contained in:
Eelco Dolstra 2013-10-29 13:31:01 +01:00
parent 976355f63d
commit 473a870a64

View file

@ -372,6 +372,7 @@ in
};
swapDevices = mkVMOverride [ ];
boot.initrd.luks.devices = mkVMOverride [];
# Don't run ntpd in the guest. It should get the correct time from KVM.
services.ntp.enable = false;