services.vwifi.client.serverAddress

NixOS option

The address of the server. If set to null, will try to use the vsock protocol. Note that this assumes that the server is spawned on the host and passed through to QEMU, with something like: -device vhost-vsock-pci,id=vwifi0,guest-cid=42

type: null or string
Default
null
declared in: nixos/modules/services/networking/vwifi.nixView source on NixOS/nixpkgs →