Files
nixos/modules/system/boot.nix
2026-06-19 05:47:33 +02:00

5 lines
93 B
Nix

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