switch: gen 88 @ 2026-03-12T16:09:08-07:00

This commit is contained in:
nixos
2026-03-12 16:09:08 -07:00
parent b21702d4fa
commit 80f88a6fa4

View File

@@ -10,8 +10,8 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-amd" "yt6801" ];
boot.extraModulePackages = [ config.boot.kernelPackages.yt6801 ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/05a34a1a-d6a1-43e5-85f5-c53becc58d98";