base: use renamed password file option

This commit is contained in:
Charlotte Van Petegem 2023-09-15 14:18:11 +02:00
parent 677778f88a
commit c48a167396
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -121,9 +121,9 @@
home = "/home/charlotte";
description = "Charlotte Van Petegem";
extraGroups = [ "systemd-journal" ];
passwordFile = config.age.secrets."passwords/users/charlotte".path;
hashedPasswordFile = config.age.secrets."passwords/users/charlotte".path;
};
root.passwordFile = config.age.secrets."passwords/users/root".path;
root.hashedPasswordFile = config.age.secrets."passwords/users/root".path;
};
};