summaryrefslogtreecommitdiff
path: root/mini
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-06-03 22:29:25 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-06-03 22:29:25 +0200
commit97019fee71f269fd705eb473055eb2ff79284378 (patch)
tree47c867a423f7689ee8d15045e3bc9fbd2218e53e /mini
parentb38bbd605436edd69f6be1aecfcf03b6517fb8a8 (diff)
sync config
some ZFS tuning and more packages for KDE
Diffstat (limited to 'mini')
-rw-r--r--mini/hardware-configuration.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix
index bd59f3a..8472002 100644
--- a/mini/hardware-configuration.nix
+++ b/mini/hardware-configuration.nix
@@ -10,9 +10,6 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
- # don't check for split locks, for KVM and Co.
- boot.kernelParams = [ "split_lock_detect=off" ];
-
# efi partition
fileSystems."/boot" =
{ device = "/dev/disk/by-id/nvme-CT4000P3PSSD8_2325E6E63746-part1";