networking.localCommands

NixOS option

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

type: strings concatenated with "\n"
Default
""
Example
"text=anything; echo You can put $text here."
declared in: nixos/modules/tasks/network-interfaces.nixView source on NixOS/nixpkgs →