services.tang.ipAddressAllow

NixOS option

Whitelist a list of address prefixes. Preferably, internal addresses should be used.

type: list of string
Default
[ ]
Example
[
  "192.168.1.0/24"
]
declared in: nixos/modules/services/security/tang.nixView source on NixOS/nixpkgs →