feat(desktop): set user password using hashedPasswordFile.

This commit is contained in:
CronyAkatsuki 2025-05-16 08:33:42 +02:00
parent eb5fffaaa0
commit 6e0452b9bf
4 changed files with 35 additions and 0 deletions

View file

@ -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"];
};