mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
13 lines
222 B
Nix
13 lines
222 B
Nix
_: {
|
|
boot.loader = {
|
|
grub = {
|
|
devices = ["nodev"];
|
|
efiSupport = true;
|
|
gfxmodeEfi = "1920x1080";
|
|
};
|
|
efi = {
|
|
canTouchEfiVariables = true;
|
|
efiSysMountPoint = "/boot";
|
|
};
|
|
};
|
|
}
|