diff --git a/hosts/intelnuc/hardware-configuration.nix b/hosts/intelnuc/hardware-configuration.nix index 264687b..fc2f18d 100644 --- a/hosts/intelnuc/hardware-configuration.nix +++ b/hosts/intelnuc/hardware-configuration.nix @@ -9,10 +9,14 @@ ]; boot.initrd.availableKernelModules = [ "ahci" "ohci_pci" "ehci_pci" "pata_atiixp" "xhci_pci" "ums_realtek" "usbhid" "usb_storage" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; + hardware.opengl.enable = true; + hardware.opengl.driSupport = true; + hardware.opengl.driSupport32Bit = true; + fileSystems."/" = { device = "/dev/disk/by-uuid/3aa4a379-e341-4100-8f79-516b386b74c5"; fsType = "ext4";