From 1f1106c5b522c26858221ba99f70d2308a8164fe Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 19:43:02 -0700 Subject: profiles/server: move boot loader configuration --- profiles/server.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'profiles') diff --git a/profiles/server.nix b/profiles/server.nix index 731ebe8..c4efb86 100644 --- a/profiles/server.nix +++ b/profiles/server.nix @@ -7,6 +7,9 @@ powerManagement.cpuFreqGovernor = "schedutil"; + # see https://www.man7.org/linux/man-pages/man5/loader.conf.5.html + boot.loader.systemd-boot.consoleMode = "max"; + console = { earlySetup = true; font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz"; -- cgit v1.2.3