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";