feat(marpa): disable power button
This commit is contained in:
parent
ecd30c3431
commit
bf654b5a7f
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./logind.nix
|
||||
../../../modules/ssh.nix
|
||||
../../../modules/sunshine.nix
|
||||
../../../modules/xserver.nix
|
||||
|
6
hosts/marpa/services/logind.nix
Normal file
6
hosts/marpa/services/logind.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
services.logind = {
|
||||
powerKey = "ignore";
|
||||
powerKeyLongPress = "ignore";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user