feat: add hyp-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
95cbbfb157
commit
a55ed8b41b
8 changed files with 306 additions and 1 deletions
8
hosts/hyp-01/modules/boot.nix
Normal file
8
hosts/hyp-01/modules/boot.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
# BIOS system
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue