diff --git a/profiles/boot/systemd-boot.nix b/profiles/boot/systemd-boot.nix index 01846f5..ab72cc0 100644 --- a/profiles/boot/systemd-boot.nix +++ b/profiles/boot/systemd-boot.nix @@ -1,7 +1,7 @@ -{ ... }: { +{ lib, ... }: { boot.loader = { systemd-boot = { - enable = true; + enable = lib.mkDefault true; editor = false; consoleMode = "2"; };