fwminex: change passwords

This commit is contained in:
2024-07-24 09:02:57 +03:00
parent 1e904a8172
commit 60cf99e821
5 changed files with 21 additions and 4 deletions

View File

@@ -75,8 +75,8 @@ in {
base.users = {
enable = true;
root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
root.hashedPasswordFile = config.age.secrets.root-server-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-server-passwd-hash.path;
};
services = {