Disable glitchtip

Apparently our problems are fixed in the latest release, but we can't
have it until we go NixOS unstable, which I don't want to do yet.
This commit is contained in:
Eli Ribble 2025-10-20 22:58:12 +00:00
parent 512a86e0b9
commit 2d5ccb7a8c
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
caddy.enable = true;
cloudreve.enable = true;
collabora.enable = true;
glitchtip.enable = true;
glitchtip.enable = false;
element-web.enable = true;
label-studio.enable = true;
librechat.enable = true;

View file

@ -32,7 +32,7 @@ with lib;
sopsFile = ../../../secrets/glitchtip.env;
};
systemd.tmpfiles.rules = [
"d /tmp/glitchtip 0755 glitchtip glitchtip 1d"
"d /tmp/glitchtip 0755 glitchtip glitchtip 1h"
];
};
}