hosts/Infini-STICK: update configuration

This commit is contained in:
Infinidoge 2021-10-28 10:12:13 -04:00
parent 367f465df2
commit b7c254775e
2 changed files with 7 additions and 2 deletions

View file

@ -8,10 +8,12 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "sd_mod" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "boot.shell_on_fail" ];
boot.supportedFilesystems = [ "btrfs" ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/b2165920-9be1-435d-838b-82346311892f";