diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 17:29:13 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 17:29:13 -0700 |
| commit | 8ec2a5086aaf819561308bf09b1fe6cc91f000eb (patch) | |
| tree | 68e6836b515b9647fb47d337a94da8c188880f32 /hosts | |
| parent | f0c5b2ecb7486935a58cf30ff8f464be8c2ca508 (diff) | |
| download | nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar.gz nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar.bz2 nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar.lz nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar.xz nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.tar.zst nix-8ec2a5086aaf819561308bf09b1fe6cc91f000eb.zip | |
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ginaz/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index 96adb86..787065c 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 = [ "amdgpu" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "ntsync" ]; boot.extraModulePackages = [ ]; |
