From fc4607ec20ae60907a7b980f146566b41e320b71 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 29 May 2024 21:07:09 +0200 Subject: prepare for ZFS --- neko/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'neko/hardware-configuration.nix') diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 62c1669..50fa14c 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -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" ]; -- cgit v1.2.3