From 606b30ff7727a85b5e45493e4741b2680e80d316 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 18 May 2025 04:04:45 +0200 Subject: [PATCH] stuff --- common/boot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/boot.nix b/common/boot.nix index e9ca87b..5770446 100644 --- a/common/boot.nix +++ b/common/boot.nix @@ -14,6 +14,8 @@ pkiBundle = "/var/lib/sbctl"; }; + initrd.systemd.enable = true; + loader.efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot";