about summary refs log tree commit diff
path: root/hosts/tahoe/hardware.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-14 18:16:41 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-14 18:16:41 -0700
commitfefea8b8e53cbc7db91f8f91a9012f59322cce31 (patch)
treebcc3af68689da4a9a8d47ff0fe35d99754186108 /hosts/tahoe/hardware.nix
parenthome/git: some cleanup (diff)
downloadworld-fefea8b8e53cbc7db91f8f91a9012f59322cce31.tar.gz
hosts/tahoe: set the consoleMode to "max"
Diffstat (limited to 'hosts/tahoe/hardware.nix')
-rw-r--r--hosts/tahoe/hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/tahoe/hardware.nix b/hosts/tahoe/hardware.nix
index f0fbc2d..ada6202 100644
--- a/hosts/tahoe/hardware.nix
+++ b/hosts/tahoe/hardware.nix
@@ -53,6 +53,9 @@
   boot.initrd.luks.devices."raid-slow".device =
     "/dev/disk/by-id/md-name-nixos:slow";
 
+  # see https://www.man7.org/linux/man-pages/man5/loader.conf.5.html
+  boot.loader.systemd-boot.consoleMode = "max";
+
   swapDevices =
     [{ device = "/dev/disk/by-uuid/0f54b5ab-4fca-4c5a-a9eb-622553145163"; }];