From 3f4e14fd71abc1b01913d212be055d29c940752e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 1 Jul 2023 19:58:37 +0530 Subject: hardware/cez: drop kernel loglevel to 3 to hide acpi errors --- hardware/cez.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hardware/cez.nix') diff --git a/hardware/cez.nix b/hardware/cez.nix index 100f284..e0cf620 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -1,12 +1,13 @@ { config, ... }: { - # netwroking networking = { hostName = "cez"; wireless.iwd.enable = true; }; - # fde - boot.initrd.luks.reusePassphrases = true; + boot = { + initrd.luks.reusePassphrases = true; + consoleLogLevel = 3; + }; } -- cgit v1.2.3