services.nmtrust.excludedConnectionPatterns

NixOS option

Glob patterns matched against connection names at runtime using fnmatch(3) with FNM_NOESCAPE. Connection names are treated as literal strings (no backslash interpretation). Matching connections are ignored when computing trust state.

type: list of string
Default
[ ]
declared in: nixos/modules/services/networking/nmtrust.nixView source on NixOS/nixpkgs →