1
0
Fork 0

Allow to executing a process while inhibiting shutdown/sleep/idle

master
dump_stack() 2022-05-11 14:07:29 +00:00
parent 5cbc9586de
commit 0926183b70
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ in {
];
boot.kernelModules = [ "v4l2loopback" ];
boot.blacklistedKernelModules = [ "nouveau" ];
services.logind.extraConfig = ''
LidSwitchIgnoreInhibited=no
'';
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
i18n.defaultLocale = "en_US.UTF-8";