diff options
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/headful.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index 7060e49..83b3e4a 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -93,6 +93,8 @@ in configurationLimit = 10; }; }; + + consoleLogLevel = 3; }; hardware.opengl = { |