Files
flocon/hosts/haze/boot.nix

9 lines
113 B
Nix

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