fix: Add systemd-boot

This commit is contained in:
demenik
2025-12-01 19:45:29 +01:00
parent 471fa64f3f
commit dc36bc62d5

View File

@@ -26,6 +26,7 @@
boot = {
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
};