nixos/modules/base/boot.nix
Nickolaj Jepsen 638ef7093e update
2025-02-21 00:18:30 +01:00

4 lines
96 B
Nix

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