Compare commits

..

2 commits

Author SHA1 Message Date
79ba6d9e63 Create backuphost Bragi 2024-01-08 15:35:01 +01:00
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; boot.loader.grub.enable = true;
} }