boot.initrd.systemd.network.wait-online.ignoredInterfaces

NixOS option

Network interfaces to be ignored when deciding if the system is online.

type: list of string
Default
[ ]
Example
[
  "wg0"
]
declared in: nixos/modules/system/boot/networkd.nixView source on NixOS/nixpkgs →