boot.postBootCommands

NixOS option

Shell commands to be executed just before systemd is started.

type: strings concatenated with "\n"
Default
""
Example
"rm -f /var/log/messages"
declared in: nixos/modules/system/boot/stage-2.nixView source on NixOS/nixpkgs →