feat: initial configuration for galene
This commit is contained in:
parent
0b6177320f
commit
ab009108dd
5 changed files with 29 additions and 11 deletions
12
hosts/srv-videoconf/boot.nix
Normal file
12
hosts/srv-videoconf/boot.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
# efiSupport = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
# Define on which hard drive you want to install Grub.
|
||||
device = "/dev/vda"; # or "nodev" for efi only
|
||||
};
|
||||
# boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue