services.godns.loadCredential

NixOS option

This can be used to pass secrets to the systemd service without adding them to the nix store.

type: list of string
Default
[ ]
Example
[
  "login_token:/path/to/login_token"
]
declared in: nixos/modules/services/networking/godns.nixView source on NixOS/nixpkgs →