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…
x
Reference in New Issue
Block a user