feat(servers): set passwords using hashedPasswordFile.
This commit is contained in:
parent
41747d82cc
commit
eb5fffaaa0
10 changed files with 52 additions and 2 deletions
|
@ -5,6 +5,12 @@
|
|||
file = ../../../secrets/traefik.age;
|
||||
owner = "traefik";
|
||||
};
|
||||
crony-passwd = {
|
||||
file = ../../../secrets/crony-passwd-servers.age;
|
||||
};
|
||||
root-passwd = {
|
||||
file = ../../../secrets/root-passwd.age;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue