updated boot settings

update pre-commit hook
This commit is contained in:
Gerg-L 2023-08-02 18:10:06 -04:00
parent 4b19b9f711
commit c8d102b945
6 changed files with 10 additions and 47 deletions

View file

@ -149,7 +149,6 @@
boot = {
kernelModules = ["amdgpu"];
initrd = {
systemd.enable = true;
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "sd_mod"];
includeDefaultModules = false;
};