refactor: clean up
This commit is contained in:
parent
45c4e136c4
commit
630b3ce27b
25 changed files with 195 additions and 210 deletions
6
systems/modules/bootloaders/extlinux.nix
Normal file
6
systems/modules/bootloaders/extlinux.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
|
||||
boot.loader.grub.enable = false;
|
||||
# Enables the generation of /boot/extlinux/extlinux.conf
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue