services.sshguard.whitelist

NixOS option

Whitelist a list of addresses, hostnames, or address blocks.

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