powerManagement.powerUpCommands

Commands executed when the machine powers up. That is, they're executed both when the system first boots and when it resumes from suspend or hibernation.

Type
strings concatenated with "\n"
Default
""
Example
"${pkgs.hdparm}/sbin/hdparm -B 255 /dev/sda"
Declared
<nixpkgs/nixos/modules/config/power-management.nix>