Files
nix/core/boot.nix
2025-03-22 14:17:10 -05:00

10 lines
129 B
Nix

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