nixos/parts/modules/base/boot.nix

5 lines
96 B
Nix
Raw Normal View History

2025-02-03 07:55:17 +01:00
_: {
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}