From be1132ccb6d6d352bb2d41d6621a76927f02e8f9 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Fri, 18 Jul 2025 20:05:39 +0800 Subject: [PATCH] Fix systemd-boot --- suites/desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/desktop/default.nix b/suites/desktop/default.nix index 8a2a63c..47720c7 100755 --- a/suites/desktop/default.nix +++ b/suites/desktop/default.nix @@ -9,7 +9,7 @@ with lib; { # Configure the bootloader. boot = { # Enable systemd-boot - loader.systemd-boot.enable = false; + loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; # Enable quiet boot with splash