activation dogetipbot telegram
This commit is contained in:
parent
26b53b57f6
commit
8576f0eb84
@ -3,7 +3,7 @@ self: super:
|
||||
{
|
||||
dogetipbot-telegram = super.callPackage (super.fetchgit {
|
||||
url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git";
|
||||
rev = "3bf1c89aaccded42ce41452c72f7ebf6d4d056ca";
|
||||
sha256 = "1gd1wi054ihbxanvj1ac7mz5ghnxab89a0r3i4hy482sglbxqcih";
|
||||
rev = "33e5a2273cc1e447dec9a37676913915706fd332";
|
||||
sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46";
|
||||
}) { pkgs = self; };
|
||||
}
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user