First attempt at booting NixOS on curacao directly
This commit is contained in:
parent
d98be4eea5
commit
6f9de6cc4c
3 changed files with 27 additions and 3 deletions
|
@ -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?
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue