Use lib.mkDefault for bootloader config in display to prevent conflicts with common boot template
This commit is contained in:
parent
e20d791a78
commit
de2badafe7
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
boot.loader.generic-extlinux-compatible.enable = lib.mkDefault true;
|
||||
boot.loader.systemd-boot.enable = lib.mkDefault false;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue