mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
refactor boot
This commit is contained in:
parent
3ab1df77c6
commit
1754c2cb69
1 changed files with 4 additions and 4 deletions
|
@ -42,10 +42,10 @@ in {
|
|||
|
||||
networking.hostName = "othalan";
|
||||
time.timeZone = "US/Central";
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.loader = {
|
||||
systemd-boot ={ enable = true; consoleMode = "max";};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
# don't delete this you foo bar
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
|
Loading…
Reference in a new issue