commit bf0d2452ce39c2665214cd2e869dec4117eafc25 (tree) parent a88bc7071c974160c4183bb170ce42671176a5c4 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Wed, 17 Jan 2024 15:30:31 +0200 fix creds dir Diffstat:
| M | modules/e11sync/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/e11sync/default.nix b/modules/e11sync/default.nix @@ -48,7 +48,7 @@ E11SYNC_DATABASE_PATH = cfg.databasePath; } (lib.mkIf (cfg.secretKeyPath != "unsafe") { - E11SYNC_SECRET_KEY_PATH = "/run/credentials/secret_key"; + E11SYNC_SECRET_KEY_PATH = "/run/credentials/e11sync-backend.service/secret_key"; }) ]; wantedBy = ["multi-user.target"];