Re-enable glitchtip

See if the latest version has slightly fewer problems :/
This commit is contained in:
Eli Ribble 2026-01-26 02:57:45 +00:00
parent b402bb9c79
commit 7ac27f6a94
No known key found for this signature in database
3 changed files with 22 additions and 20 deletions

View file

@ -33,6 +33,8 @@ with lib;
};
systemd.tmpfiles.rules = [
"d /tmp/glitchtip 0755 glitchtip glitchtip 1h"
"d /mnt/bigdisk/glitchtip 0755 glitchtip glitchtip"
"d /mnt/bigdisk/glitchtip/uploads 0755 glitchtip glitchtip"
];
};
}