feat(desktop): set user password using hashedPasswordFile.
This commit is contained in:
parent
eb5fffaaa0
commit
6e0452b9bf
4 changed files with 35 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
wg-desktop = {
|
||||
file = ../../../secrets/wg-desktop.age;
|
||||
};
|
||||
crony-passwd = {
|
||||
file = ../../../secrets/crony-passwd-desktop.age;
|
||||
};
|
||||
root-passwd = {
|
||||
file = ../../../secrets/root-passwd.age;
|
||||
};
|
||||
};
|
||||
identityPaths = ["/home/crony/.ssh/main"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue