MyNixOS website logo
option

powerManagement.bootCommands

Commands executed only once after initial boot. These commands are executed before powerUpCommands.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
"${pkgs.networkmanager}/bin/nmcli radio wifi on"