From c06df7e251e9046c12ce4092981615408bda4b7e Mon Sep 17 00:00:00 2001 From: server Date: Sat, 19 Oct 2024 01:23:51 +0200 Subject: [PATCH] don't print anything log-related to the physical console --- hosts/supernova/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/supernova/default.nix b/hosts/supernova/default.nix index 4df7c01..ea6a3a1 100644 --- a/hosts/supernova/default.nix +++ b/hosts/supernova/default.nix @@ -21,7 +21,9 @@ # Kernel hardening lyn.kernel.hardened.enable = true; - + ## Don't print any errors/logs to the console + boot.consoleLogLevel = 0; + # Secure boot lyn.profiles.secureboot.enable = true;