powerManagement.resumeCommands

NixOS option

Commands executed after the system resumes from suspend-to-RAM.

type: strings concatenated with "\n"
Default
""
Example
"${pkgs.util-linux}/bin/rfkill unblock all"
declared in: nixos/modules/config/power-management.nixView source on NixOS/nixpkgs →