security.acme.defaults.postRun
NixOS option
Commands to run after new certificates go live. Note that these commands run as the root user. Executed in the same directory with the new certificate.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →"cp full.pem backup.pem"