diff --git a/hosts/display/hardware-configuration.nix b/hosts/display/hardware-configuration.nix index 9386dbf..dca4148 100644 --- a/hosts/display/hardware-configuration.nix +++ b/hosts/display/hardware-configuration.nix @@ -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";