summaryrefslogtreecommitdiff
path: root/sys/core
diff options
context:
space:
mode:
Diffstat (limited to 'sys/core')
-rw-r--r--sys/core/bootloader.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/core/bootloader.nix b/sys/core/bootloader.nix
index 3564451..ff0aad5 100644
--- a/sys/core/bootloader.nix
+++ b/sys/core/bootloader.nix
@@ -16,6 +16,7 @@ in
}
(lib.mkIf (cfg == "systemd-boot") {
+ boot.consoleLogLevel = 0;
boot.loader = {
systemd-boot.enable = true;
systemd-boot.editor = false;