summaryrefslogtreecommitdiff
path: root/neko
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 /neko
parentb38bbd605436edd69f6be1aecfcf03b6517fb8a8 (diff)
sync config
some ZFS tuning and more packages for KDE
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index af44b41..65bc1de 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -10,9 +10,6 @@
boot.initrd.kernelModules = [ "i915" ];
boot.kernelModules = [ "kvm-intel" ];
- # 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-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part1";