about summary refs log tree commit diff
path: root/hosts/tahoe/hardware.nix
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 /hosts/tahoe/hardware.nix
parentprofiles: consolidates common networking bits (diff)
downloadworld-1f1106c5b522c26858221ba99f70d2308a8164fe.tar.gz
profiles/server: move boot loader configuration
Diffstat (limited to 'hosts/tahoe/hardware.nix')
-rw-r--r--hosts/tahoe/hardware.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/tahoe/hardware.nix b/hosts/tahoe/hardware.nix
index 83e434f..5f14ab6 100644
--- a/hosts/tahoe/hardware.nix
+++ b/hosts/tahoe/hardware.nix
@@ -53,9 +53,6 @@
   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"; }];
 }