move boot
This commit is contained in:
parent
7b8c6d9ed8
commit
6980998bd8
1 changed files with 0 additions and 0 deletions
12
clients/quadraticserver/boot.nix
Normal file
12
clients/quadraticserver/boot.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ 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