ooknet/system/common/global/systemdboot.nix

8 lines
113 B
Nix

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