diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 19:43:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 19:43:02 -0700 |
commit | 1f1106c5b522c26858221ba99f70d2308a8164fe (patch) | |
tree | 632dac618bf5fa30797f6037a922c49b3ac4a891 /profiles | |
parent | profiles: consolidates common networking bits (diff) | |
download | world-1f1106c5b522c26858221ba99f70d2308a8164fe.tar.gz |
profiles/server: move boot loader configuration
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server.nix | 3 |
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"; |