powerManagement.bootCommands

NixOS option

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

type: strings concatenated with "\n"
Default
""
Example
"${pkgs.networkmanager}/bin/nmcli radio wifi on"
declared in: nixos/modules/config/power-management.nixView source on NixOS/nixpkgs →