feat: initial configuration for galene

This commit is contained in:
Ranomier 2025-06-30 21:41:39 +02:00
parent 0b6177320f
commit ab009108dd
5 changed files with 29 additions and 11 deletions

View 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";
}