forked from Fachschaft/nixConfig
Compare commits
2 commits
9846f5876c
...
79ba6d9e63
Author | SHA1 | Date | |
---|---|---|---|
79ba6d9e63 | |||
4197474fec |
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue