fix: disable kernel locked messages
This commit is contained in:
parent
212d9fbe24
commit
41132adbb6
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
|
||||
inputs.nixos-hardware.nixosModules.common-pc
|
||||
|
|
|
@ -4,7 +4,10 @@
|
|||
IdleAction=suspend
|
||||
IdleActionSec=300
|
||||
'';
|
||||
physlock.enable = true;
|
||||
physlock = {
|
||||
enable = true;
|
||||
muteKernelMessages = true;
|
||||
};
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
telegram-desktop
|
||||
chromium
|
||||
libreoffice
|
||||
lftp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue