Files
nixos-conf/system/defaults/boot.nix
2025-09-01 08:57:26 -06:00

9 lines
118 B
Nix

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