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

@ -3,7 +3,7 @@ self: super:
{ {
dogetipbot-telegram = super.callPackage (super.fetchgit { dogetipbot-telegram = super.callPackage (super.fetchgit {
url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git"; url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git";
rev = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca"; rev = "33e5a2273cc1e447dec9a37676913915706fd332";
sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih"; sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46";
}) { pkgs = self; }; }) { pkgs = self; };
} }

View File

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