dots/modules/nixos/features/systemd-boot.nix
2025-10-22 01:22:05 +11:00

6 lines
96 B
Nix

{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}