From 4f42202f836589ea6f9cf78fe347f97268c224a9 Mon Sep 17 00:00:00 2001
From: Lillian-Violet <git@lillianviolet.dev>
Date: Mon, 14 Apr 2025 20:55:18 +0200
Subject: [PATCH] disable the console thingies as well to see output from boot

---
 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 de68301..8dbe9a2 100644
--- a/nixos/hosts/shodan/configuration.nix
+++ b/nixos/hosts/shodan/configuration.nix
@@ -49,7 +49,7 @@
       pkiBundle = "/etc/secureboot";
     };
     consoleLogLevel = 0;
-    kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
+    # kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
     # plymouth.enable = true;
   };
   zramSwap.enable = false;