mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 08:46:25 +00:00
10 lines
140 B
Nix
10 lines
140 B
Nix
|
{
|
||
|
boot.loader = {
|
||
|
systemd-boot = {
|
||
|
enable = true;
|
||
|
consoleMode = "max";
|
||
|
};
|
||
|
efi.canTouchEfiVariables = true;
|
||
|
};
|
||
|
}
|