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