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

7 lines
No EOL
116 B
Nix

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