parent
10a7111f1c
commit
d37c767a2f
1 changed files with 5 additions and 1 deletions
|
@ -83,7 +83,11 @@ in
|
|||
# I configure my backup system manually below.
|
||||
dump.enable = false;
|
||||
|
||||
mailerPasswordFile = lib.mkIf cfg.mail.enable cfg.mail.passwordFile;
|
||||
secrets = {
|
||||
mailer = lib.mkIf cfg.mail.enable {
|
||||
PASSWD = cfg.mail.passwordFile;
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue