Files
nix/os/system/boot.nix
2023-07-07 09:21:00 +02:00

5 lines
108 B
Nix

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