Fix reference to sops file

I changed the directory, got to change the relative path.
This commit is contained in:
Eli Ribble 2026-01-29 16:40:56 +00:00
parent be02588bc5
commit ddf0f92dfb
No known key found for this signature in database

View file

@ -57,7 +57,7 @@ with lib;
mode = "0440";
owner = "glitchtip";
restartUnits = ["glitchtip.service"];
sopsFile = ../../../secrets/glitchtip.env;
sopsFile = ../../secrets/glitchtip.env;
};
systemd.tmpfiles.rules = [
"d /tmp/glitchtip 0755 glitchtip glitchtip 1h"