Allow to executing a process while inhibiting shutdown/sleep/idle
This commit is contained in:
parent
5cbc9586de
commit
0926183b70
@ -28,6 +28,11 @@ in {
|
|||||||
];
|
];
|
||||||
boot.kernelModules = [ "v4l2loopback" ];
|
boot.kernelModules = [ "v4l2loopback" ];
|
||||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||||
|
|
||||||
|
services.logind.extraConfig = ''
|
||||||
|
LidSwitchIgnoreInhibited=no
|
||||||
|
'';
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
Loading…
Reference in New Issue
Block a user