core password-store: fix secret location
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
|||||||
lib.mkIf (config.clan.core.vars.settings.secretStore == "password-store")
|
lib.mkIf (config.clan.core.vars.settings.secretStore == "password-store")
|
||||||
{
|
{
|
||||||
fileModule = file: {
|
fileModule = file: {
|
||||||
path = "/run/secrets/vars/${file.config.generatorName}/${file.config.name}";
|
path = "/run/secrets/${file.config.generatorName}/${file.config.name}";
|
||||||
};
|
};
|
||||||
secretUploadDirectory = lib.mkDefault "/etc/secrets";
|
secretUploadDirectory = lib.mkDefault "/etc/secrets";
|
||||||
secretModule = "clan_cli.vars.secret_modules.password_store";
|
secretModule = "clan_cli.vars.secret_modules.password_store";
|
||||||
|
|||||||
Reference in New Issue
Block a user