Compare commits

..

1 commit

Author SHA1 Message Date
4197474fec Differentiate hardware and vms in roles 2024-01-08 15:32:16 +01:00

View file

@ -1,4 +1,6 @@
{
# Bootloader
# Use grub as bootloader.
# Systemd-boot does not support our legacy BIOS hardware,
# but only runs on UEFI systems.
boot.loader.grub.enable = true;
}