aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 17:24:46 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 17:24:46 -0700
commitf0c5b2ecb7486935a58cf30ff8f464be8c2ca508 (patch)
tree132357fda1d4152d6fa674053fb09923e32eabab /hosts/ginaz
parent87e4f1c873c3f85ef2a7524f21e8d4a17f836632 (diff)
downloadnix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar.gz
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar.bz2
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar.lz
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar.xz
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.tar.zst
nix-f0c5b2ecb7486935a58cf30ff8f464be8c2ca508.zip
Add amdpu to initrd
Diffstat (limited to 'hosts/ginaz')
-rw-r--r--hosts/ginaz/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix
index 787065c..96adb86 100644
--- a/hosts/ginaz/hardware-configuration.nix
+++ b/hosts/ginaz/hardware-configuration.nix
@@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ];
- boot.initrd.kernelModules = [ ];
+ boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" "ntsync" ];
boot.extraModulePackages = [ ];