mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: move generated secrets to separate directory
This commit is contained in:
parent
eeac57d30d
commit
788e7e3fa7
27 changed files with 42 additions and 63 deletions
|
@ -17,8 +17,7 @@ in {
|
|||
};
|
||||
|
||||
age.secrets.grafana-loki-basic-auth-password = {
|
||||
rekeyFile = config.node.secretsDir + "/grafana-loki-basic-auth-password.age";
|
||||
generator = "alnum";
|
||||
generator.script = "alnum";
|
||||
mode = "440";
|
||||
group = "grafana";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue