File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
nixos/modules/services/security Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7474 '' ;
7575 } ;
7676
77+ notifierSmtpPasswordFile = mkOption {
78+ type = types . nullOr types . path ;
79+ default = null ;
80+ description = ''
81+ Path to your SMTP password file used to authenticate with the SMTP server.
82+ '' ;
83+ } ;
84+
7785 oidcIssuerPrivateKeyFile = mkOption {
7886 type = types . nullOr types . path ;
7987 default = null ;
372380 AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE = instance . secrets . storageEncryptionKeyFile ;
373381 AUTHELIA_SESSION_SECRET_FILE = instance . secrets . sessionSecretFile ;
374382 AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE = instance . secrets . oidcHmacSecretFile ;
383+ AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE = instance . secrets . notifierSmtpPasswordFile ;
375384 } )
376385 // instance . environmentVariables ;
377386
You can’t perform that action at this time.
0 commit comments