prepare for ZFS

This commit is contained in:
Christoph Cullmann 2024-05-29 21:07:09 +02:00
parent 5606603533
commit fc4607ec20
5 changed files with 27 additions and 47 deletions

View file

@ -10,11 +10,6 @@
boot.initrd.kernelModules = [ "i915" ];
boot.kernelModules = [ "kvm-intel" ];
# use the right soundcard
boot.extraModprobeConfig = ''
options snd_hda_intel enable=0,1
'';
# don't check for split locks, for KVM and Co.
boot.kernelParams = [ "split_lock_detect=off" ];