From 2f4dad8cc0c63306273b65add2a8f8e22fba96fb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 26 May 2024 16:58:37 +0200 Subject: sync config state, use kvm virtualbox --- mini/hardware-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mini') diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index 76fd0c0..68bfb4b 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -10,7 +10,10 @@ boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; - # system + # don't check for split locks, for KVM and Co. + boot.kernelParams = [ "split_lock_detect=off" ]; + + # system boot.initrd.luks.devices."crypt-system".device = "/dev/disk/by-id/nvme-CT4000P3PSSD8_2325E6E63746-part2"; # efi partition -- cgit v1.2.3