base: users: don't use deprecated passwordFile opt
This commit is contained in:
parent
45a252d17a
commit
d199eaf7b2
|
@ -8,10 +8,10 @@
|
||||||
in {
|
in {
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
passwordFile = config.age.secrets."users/root-hashed-password".path;
|
hashedPasswordFile = config.age.secrets."users/root-hashed-password".path;
|
||||||
};
|
};
|
||||||
users.users.alarsyo = {
|
users.users.alarsyo = {
|
||||||
passwordFile = config.age.secrets."users/alarsyo-hashed-password".path;
|
hashedPasswordFile = config.age.secrets."users/alarsyo-hashed-password".path;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"media"
|
"media"
|
||||||
|
|
Loading…
Reference in a new issue