fix: will now restart if any of the env files are updated
This commit is contained in:
parent
b0028959ff
commit
4125ad634f
1 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,11 @@
|
||||||
"${cfg.env.mail}"
|
"${cfg.env.mail}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
restartTriggers = [
|
||||||
|
"${cfg.env.ldap}"
|
||||||
|
"${cfg.env.discord}"
|
||||||
|
"${cfg.env.mail}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
} // serviceGenerator scripts;
|
} // serviceGenerator scripts;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue