powerManagement.bootCommands
NixOS option
Commands executed only once after initial boot. These commands are executed before powerUpCommands.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/config/power-management.nixView source on NixOS/nixpkgs →"${pkgs.networkmanager}/bin/nmcli radio wifi on"