boot.postBootCommands
NixOS option
Shell commands to be executed just before systemd is started.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/system/boot/stage-2.nixView source on NixOS/nixpkgs →"rm -f /var/log/messages"