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";
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?