mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 18:30:43 -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";
|
networking.hostName = "othalan";
|
||||||
time.timeZone = "US/Central";
|
time.timeZone = "US/Central";
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot ={ enable = true; consoleMode = "max";};
|
systemd-boot =
|
||||||
|
enabled
|
||||||
|
// {
|
||||||
|
consoleMode = "max";
|
||||||
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue