7 lines
90 B
Nix
Raw Normal View History

2025-06-21 23:53:27 +02:00
{
services.logind = {
powerKey = "ignore";
powerKeyLongPress = "ignore";
};
}