services.komodo-periphery.allowedIps

IP addresses or subnets allowed to call the periphery API. Empty list allows all.

Type
list of string
Default
[ ]
Example
[
  "::ffff:12.34.56.78"
  "10.0.10.0/24"
]
Declared
<nixpkgs/nixos/modules/services/admin/komodo-periphery.nix>