1

System/Nixinator: Configure disko partition layout

This commit is contained in:
2025-07-15 14:54:33 +02:00
parent 366f3750dc
commit cae39c8ca8
3 changed files with 104 additions and 1 deletions

View File

@ -29,7 +29,7 @@ with mylib.networking; {
if headless
then "grub"
else "systemd-boot";
systemd-boot.bootDevice = "/boot/efi";
systemd-boot.bootDevice = "/boot";
grub.bootDevice = "/dev/sda";
};