about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 19:43:02 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 19:43:02 -0700
commit1f1106c5b522c26858221ba99f70d2308a8164fe (patch)
tree632dac618bf5fa30797f6037a922c49b3ac4a891 /profiles
parentprofiles: consolidates common networking bits (diff)
downloadworld-1f1106c5b522c26858221ba99f70d2308a8164fe.tar.gz
profiles/server: move boot loader configuration
Diffstat (limited to 'profiles')
-rw-r--r--profiles/server.nix3
1 files changed, 3 insertions, 0 deletions
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";