1
Fork 0

fix creds dir

This commit is contained in:
Motiejus Jakštys 2024-01-17 15:30:31 +02:00
parent a88bc7071c
commit bf0d2452ce
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
E11SYNC_DATABASE_PATH = cfg.databasePath; E11SYNC_DATABASE_PATH = cfg.databasePath;
} }
(lib.mkIf (cfg.secretKeyPath != "unsafe") { (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"]; wantedBy = ["multi-user.target"];