MyNixOS website logo
option

networking.localCommands

Shell commands to be executed after all the network interfaces have been created, but not necessarily fully configured.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
"text=anything; echo You can put $text here."