From 9b98deac71b36c90b1ea7c9de03aab16f2648b54 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 20 Mar 2024 01:32:34 +0300 Subject: [PATCH] a --- hosts/intelnuc/hardware-configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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";