MyNixOS website logo
option

accounts.email.accounts.<name>.signature.command

A command that generates a signature.

Declarations
Type
null or path
Default
null
Example
pkgs.writeScript "signature" "echo This is my signature"