Files
cnix/system/boot/default.nix
2024-08-29 08:41:59 +02:00

8 lines
131 B
Nix

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