Force display bootloader selection to avoid duplicate bootloader definitions
This commit is contained in:
parent
de2badafe7
commit
5952938e76
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ ];
|
boot.kernelModules = [ ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = lib.mkForce false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = lib.mkDefault true;
|
boot.loader.generic-extlinux-compatible.enable = lib.mkForce true;
|
||||||
boot.loader.systemd-boot.enable = lib.mkDefault false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
device = "/dev/disk/by-label/NIXOS_SD";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue