diff --git a/overlays/dogetipbot-telegram.nix b/overlays/dogetipbot-telegram.nix index 9bc16e0..c3462a5 100644 --- a/overlays/dogetipbot-telegram.nix +++ b/overlays/dogetipbot-telegram.nix @@ -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; }; } diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 5ef3e92..63081a1 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -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 = {