programs.nncp.secrets

NixOS option

A list of paths to NNCP configuration files that should not be in the Nix store. These files are layered on top of the values at programs.nncp.settings.

type: list of string
Default
[ ]
Example
[
  "/run/keys/nncp.hjson"
]
declared in: nixos/modules/programs/nncp.nixView source on NixOS/nixpkgs →