services.upki.settings
NixOS option
Settings written to the upki config file.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/programs/upki.nixView source on NixOS/nixpkgs →{
cache-dir = "/var/cache/upki";
revocation.fetch-url = "https://upki.rustls.dev/";
}