From 80df980fcdfaabf12e7401f4da668a81ca8d4d18 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 31 Dec 2024 17:08:01 +0100 Subject: [PATCH] remove debug --- modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.nix b/modules/base.nix index bfe35f38..12842711 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -113,7 +113,7 @@ in { [ s6 s6-init-bin execline s6-linux-init s6-rc ]; boot.commandLine = [ - "panic=10 oops=panic init=/bin/init loglevel=8 debug" + "panic=10 oops=panic init=/bin/init loglevel=8" "root=${config.hardware.rootDevice}" "rootfstype=${config.rootfsType}" "fw_devlink=off"