summaryrefslogtreecommitdiff
path: root/neko/hardware-configuration.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-29 21:07:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-29 21:07:09 +0200
commitfc4607ec20ae60907a7b980f146566b41e320b71 (patch)
treecee2f5afdfc78c06455b904913614474e965c728 /neko/hardware-configuration.nix
parent560660353312669a3f8004ec2926744ea814b693 (diff)
prepare for ZFS
Diffstat (limited to 'neko/hardware-configuration.nix')
-rw-r--r--neko/hardware-configuration.nix5
1 files changed, 0 insertions, 5 deletions
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" ];