refactor boot

This commit is contained in:
Daylin Morgan 2024-03-24 12:27:14 -05:00
parent 3ab1df77c6
commit 1754c2cb69
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -42,10 +42,10 @@ in {
networking.hostName = "othalan"; networking.hostName = "othalan";
time.timeZone = "US/Central"; time.timeZone = "US/Central";
boot.loader.systemd-boot.enable = true; boot.loader = {
boot.loader.systemd-boot.consoleMode = "max"; systemd-boot ={ enable = true; consoleMode = "max";};
boot.loader.efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
# boot.kernelPackages = pkgs.linuxPackages_latest; };
# don't delete this you foo bar # don't delete this you foo bar
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?