From 9c45bdb552c95a2e5efc9eb21fc5a4badd19c898 Mon Sep 17 00:00:00 2001 From: Lillian-Violet <git@lillianviolet.dev> Date: Mon, 14 Apr 2025 20:47:19 +0200 Subject: [PATCH] disable plymouth to see if there's any errors in the boot sequence --- 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 a1bfa48..de68301 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -50,7 +50,7 @@ }; consoleLogLevel = 0; kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"]; - plymouth.enable = true; + # plymouth.enable = true; }; zramSwap.enable = false; networking = {