Files
nix/core/boot.nix
2025-03-22 16:27:01 -05:00

9 lines
118 B
Nix

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