Files
cnix/system/boot/default.nix
2024-08-03 14:03:54 +02:00

7 lines
96 B
Nix

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