home/nixos/machines/catboy-cafe/boot.nix

8 lines
139 B
Nix
Raw Normal View History

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