mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
18 lines
270 B
Nix
18 lines
270 B
Nix
{
|
|
boot = {
|
|
loader = {
|
|
grub = {
|
|
enable = false;
|
|
device = "nodev";
|
|
};
|
|
systemd-boot = {
|
|
enable = true;
|
|
configurationLimit = 2;
|
|
};
|
|
efi = {
|
|
canTouchEfiVariables = true;
|
|
};
|
|
};
|
|
};
|
|
}
|