nix/hosts/laptop-server/modules/bootloader.nix

7 lines
116 B
Nix
Raw Normal View History

2024-12-11 19:32:45 -07:00
{ ... }:
{
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
}