nixos/matrix-synapse: use notify instead of simple

Starting with 1.3.0, matrix-synapse supports notifying
systemd. Relevant PR: matrix-org/synapse#5732
This commit is contained in:
Maximilian Güntner
2019-08-18 09:41:33 +02:00
parent 86a57e400d
commit dac8fe9cee
@@ -684,7 +684,7 @@ in {
fi
'';
serviceConfig = {
Type = "simple";
Type = "notify";
User = "matrix-synapse";
Group = "matrix-synapse";
WorkingDirectory = cfg.dataDir;