Files
nixos-configs/hosts/backwards/modules/boot/default.nix
2024-08-18 14:37:01 +02:00

13 lines
146 B
Nix

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