init
This commit is contained in:
commit
3ab713a5b3
64 changed files with 2043 additions and 0 deletions
15
common/boot.nix
Normal file
15
common/boot.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "max";
|
||||
};
|
||||
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue