fix creds dir
This commit is contained in:
parent
a88bc7071c
commit
bf0d2452ce
|
@ -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"];
|
||||
|
|
Loading…
Reference in New Issue