Update hosts/brandon-desktop/hardware-configuration.nix

This commit is contained in:
logical_code 2025-12-24 23:59:26 -05:00
parent 24c6d096cd
commit 7a431ba57b

View file

@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.blacklistedKernelModules = [ "dvb_usb_rtl28xxu" "rtl2832" ]
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/8185c164-ad3e-4f4a-ad78-845a468152fa"; { device = "/dev/disk/by-uuid/8185c164-ad3e-4f4a-ad78-845a468152fa";