fix: when any of the env files gets updated teh service will restart

This commit is contained in:
silver 2023-10-24 17:43:21 +01:00
parent 3f7ac7f9d3
commit a43c8c363e

View file

@ -215,6 +215,11 @@
"${cfg.env.mail}"
];
};
restartTriggers = [
"${cfg.env.ldap}"
"${cfg.env.discord}"
"${cfg.env.mail}"
];
};
} // serviceGenerator scripts;