Get zoidberg ready
Some checks failed
Check Flake / check-flake (push) Failing after 1m34s

This commit is contained in:
2023-08-11 19:51:42 -06:00
parent 35972b6d68
commit 9a6cde1e89
2 changed files with 16 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
# boot
efi.enable = true;
boot.loader.timeout = lib.mkForce 15;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];