fix: when any of the env files gets updated teh service will restart
This commit is contained in:
parent
3f7ac7f9d3
commit
a43c8c363e
1 changed files with 5 additions and 0 deletions
|
@ -215,6 +215,11 @@
|
|||
"${cfg.env.mail}"
|
||||
];
|
||||
};
|
||||
restartTriggers = [
|
||||
"${cfg.env.ldap}"
|
||||
"${cfg.env.discord}"
|
||||
"${cfg.env.mail}"
|
||||
];
|
||||
};
|
||||
} // serviceGenerator scripts;
|
||||
|
||||
|
|
Loading…
Reference in a new issue