Fix
This commit is contained in:
parent
b35e075c48
commit
1ac4ff7516
4 changed files with 43 additions and 58 deletions
8
modules/server/boot.nix
Normal file
8
modules/server/boot.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{modulesPath, ...}: {
|
||||
imports = [(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix")];
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue