From 2d5ccb7a8cedebe705163633e070be3e1f3b2298 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 20 Oct 2025 22:58:12 +0000 Subject: [PATCH] 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. --- host/corp/configuration.nix | 2 +- modules/system/glitchtip/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/corp/configuration.nix b/host/corp/configuration.nix index 9b47550..bbf0f89 100644 --- a/host/corp/configuration.nix +++ b/host/corp/configuration.nix @@ -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; diff --git a/modules/system/glitchtip/default.nix b/modules/system/glitchtip/default.nix index 443bc20..173e8b5 100644 --- a/modules/system/glitchtip/default.nix +++ b/modules/system/glitchtip/default.nix @@ -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" ]; }; }