forked from mirrors/nixpkgs
nixos-rebuild build-vm: Ignore the user's LUKS devices
This commit is contained in:
parent
976355f63d
commit
473a870a64
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue