From ddf0f92dfb78531b25472d7af1d9b2fb91fb5dee Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 29 Jan 2026 16:40:56 +0000 Subject: [PATCH] Fix reference to sops file I changed the directory, got to change the relative path. --- modules/system/glitchtip.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/glitchtip.nix b/modules/system/glitchtip.nix index ab85c79..6f00c41 100644 --- a/modules/system/glitchtip.nix +++ b/modules/system/glitchtip.nix @@ -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"