From ea41625aeb1a712640f2977bb01d7c50b4c3a974 Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 23 Apr 2025 20:14:07 +0200 Subject: [PATCH] boot.nix aktualisiert --- boot.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boot.nix b/boot.nix index e60236b..b01c79b 100644 --- a/boot.nix +++ b/boot.nix @@ -1,5 +1,7 @@ - {config, libs, pkgs, ....}: + {config, libs, pkgs, ...}: { + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.initrd.systemd.enable = true; boot.plymouth.enable = true; boot.kernelParams = ["quiet" "splash"];