Unverified Commit 052423a7 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/gancio: add sendmail to path

parent c5eb4441
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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