diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 26ececd..c337a0e 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -13,6 +13,10 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + boot.extraModprobeConfig = '' + options snd-hda-intel model=dell-headset-multi + ''; + fileSystems."/" = { device = "/dev/disk/by-uuid/f4f207c5-08d5-4848-920c-76e99280b04c"; fsType = "ext4";