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
declared in: nixos/modules/tasks/network-interfaces.nixView source on NixOS/nixpkgs →"text=anything; echo You can put $text here."