nix-config/hosts/nixos/modules/boot.nix

6 lines
117 B
Nix

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