Fix reference to sops file
I changed the directory, got to change the relative path.
This commit is contained in:
parent
be02588bc5
commit
ddf0f92dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue