Files
conf/modules/nixos/boot/lenovo.nix
2026-01-09 23:23:07 +01:00

7 lines
96 B
Nix

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