{ config, lib, ... }: { services.logind = { powerKey = lib.mkIf (builtins.elem "pc" config.system.nixos.tags) "suspend"; powerKeyLongPress = "reboot"; }; }