mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
formatting
This commit is contained in:
parent
779c1cc710
commit
5973c4d8e7
2 changed files with 7 additions and 3 deletions
|
@ -43,7 +43,11 @@ in {
|
|||
networking.hostName = "othalan";
|
||||
time.timeZone = "US/Central";
|
||||
boot.loader = {
|
||||
systemd-boot ={ enable = true; consoleMode = "max";};
|
||||
systemd-boot =
|
||||
enabled
|
||||
// {
|
||||
consoleMode = "max";
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue