mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: set new vm secret paths
This commit is contained in:
parent
80e7c1bdbf
commit
11ba487bf0
4 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
networking.providedDomains.loki = lokiDomain;
|
||||
|
||||
age.secrets.loki-basic-auth-hashes = {
|
||||
rekeyFile = ./secrets/loki-basic-auth-hashes.age;
|
||||
rekeyFile = config.node.secretsDir + "/loki-basic-auth-hashes.age";
|
||||
# Copy only the script so the dependencies can be added by the nodes
|
||||
# that define passwords (using distributed-config).
|
||||
generator.script = config.age.generators.basic-auth.script;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue