added sane modules
This commit is contained in:
parent
7f9f787207
commit
840cfef3d5
5 changed files with 57 additions and 3 deletions
10
options/boot/grub-boot.nix
Normal file
10
options/boot/grub-boot.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
_:{
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue