First attempt at booting NixOS on curacao directly

This commit is contained in:
Geoffrey Frogeye 2023-12-12 22:03:36 +01:00
parent d98be4eea5
commit 6f9de6cc4c
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 27 additions and 3 deletions

View file

@ -10,6 +10,8 @@
grub = {
enable = true;
efiSupport = true;
device = "nodev"; # Don't install on MBR
# TODO Maybe we could? In case the HDD doesn't boot anymore?
};
};
}