restructure: system modules
This commit is contained in:
parent
d5f1ac850c
commit
3cef192a23
13 changed files with 7 additions and 16 deletions
9
system/common/base/systemdboot.nix
Normal file
9
system/common/base/systemdboot.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
consoleMode = "max";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue