From 47f0392a99ce6fddd4aa78f9c310abbce7b8fcb2 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 17 Mar 2024 22:41:42 +0100 Subject: [PATCH] Workaround for a totally quiet boot, hope this works --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 64680c3..279e89c 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -195,7 +195,7 @@ boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true; boot.consoleLogLevel = 0; - boot.kernelParams = ["quiet" "udev.log_priority=0"]; + boot.kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"]; boot.plymouth.enable = true; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion