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:
parent
512a86e0b9
commit
2d5ccb7a8c
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue