nixos/sytemd-boot: Add systemd-boot

This commit is contained in:
2026-03-17 00:14:43 +01:00
parent 0167bb1ab5
commit 22a1b19301

View File

@@ -0,0 +1,6 @@
{
flake.modules.nixos.systemd-boot = {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
};
}