feat(marpa): disable power button

This commit is contained in:
Lucien Cartier-Tilet 2025-06-21 23:53:27 +02:00
parent ecd30c3431
commit bf654b5a7f
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
imports = [
./logind.nix
../../../modules/ssh.nix
../../../modules/sunshine.nix
../../../modules/xserver.nix

View File

@ -0,0 +1,6 @@
{
services.logind = {
powerKey = "ignore";
powerKeyLongPress = "ignore";
};
}