fix: disable kernel locked messages

This commit is contained in:
Patrick Großmann 2023-12-29 17:18:19 +01:00
parent 212d9fbe24
commit 41132adbb6
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{
inputs,
lib,
...
}: {
{inputs, ...}: {
imports = [
inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
inputs.nixos-hardware.nixosModules.common-pc

View file

@ -4,7 +4,10 @@
IdleAction=suspend
IdleActionSec=300
'';
physlock.enable = true;
physlock = {
enable = true;
muteKernelMessages = true;
};
tlp = {
enable = true;
settings = {

View file

@ -12,6 +12,7 @@
telegram-desktop
chromium
libreoffice
lftp
];
};
}