feat(marpa): disable power button
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user