aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 17:29:13 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 17:29:13 -0700
commit8ec2a5086aaf819561308bf09b1fe6cc91f000eb (patch)
tree68e6836b515b9647fb47d337a94da8c188880f32 /hosts
parentf0c5b2ecb7486935a58cf30ff8f464be8c2ca508 (diff)
downloadnix-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
Remove unhelpful optionHEADmaster
Diffstat (limited to '')
-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 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 = [ ];