activation dogetipbot telegram

This commit is contained in:
nyanloutre 2019-01-22 11:01:25 +01:00
parent 26b53b57f6
commit 8576f0eb84
2 changed files with 3 additions and 6 deletions

View file

@ -378,7 +378,6 @@ in
};
};
/*
systemd.services.dogetipbot-telegram = {
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
@ -386,11 +385,9 @@ in
enable = true;
serviceConfig = {
EnvironmentFile = "/mnt/secrets/dogetipbot-telegram_env";
User = "nobody";
Group = "nogroup";
DynamicUser = true;
};
};
*/
systemd.services.matrix-synapse = {
serviceConfig = {