feat: rebuit neuromancer to make it be able to be rebooted
This commit is contained in:
parent
6ea0240a3a
commit
4a95e48179
37 changed files with 109 additions and 104 deletions
|
@ -13,6 +13,10 @@
|
|||
./_base.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.initrd.availableKernelModules = ["ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue