0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/gancio: add sendmail to path

This commit is contained in:
Sandro Jäckel 2025-03-25 20:04:20 +01:00
parent c5eb4441b9
commit 052423a7e9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -219,6 +219,11 @@ in
NODE_ENV = "production";
};
path = [
# required for sendmail
"/run/wrappers"
];
preStart = ''
# We need this so the gancio executable run by the user finds the right settings.
ln -sf ${configFile} config.json