don't print anything log-related to the physical console
This commit is contained in:
parent
7848fa4d96
commit
c06df7e251
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue