all: use hashedPasswordFile
This commit is contained in:
parent
dd0b1a742e
commit
6309f696b7
4 changed files with 4 additions and 4 deletions
|
@ -183,7 +183,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
daniel = {
|
daniel = {
|
||||||
passwordFile = config.age.secrets.user-daniel-password.path;
|
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/daniel";
|
home = "/home/daniel";
|
||||||
description = "Daniel";
|
description = "Daniel";
|
||||||
|
|
|
@ -149,7 +149,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
daniel = {
|
daniel = {
|
||||||
passwordFile = config.age.secrets.user-daniel-password.path;
|
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/daniel";
|
home = "/home/daniel";
|
||||||
description = "Daniel";
|
description = "Daniel";
|
||||||
|
|
|
@ -187,7 +187,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
daniel = {
|
daniel = {
|
||||||
passwordFile = config.age.secrets.user-daniel-password.path;
|
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/daniel";
|
home = "/home/daniel";
|
||||||
description = "Daniel";
|
description = "Daniel";
|
||||||
|
|
|
@ -113,7 +113,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
daniel = {
|
daniel = {
|
||||||
passwordFile = config.age.secrets.user-daniel-password.path;
|
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/daniel";
|
home = "/home/daniel";
|
||||||
description = "Daniel";
|
description = "Daniel";
|
||||||
|
|
Loading…
Reference in a new issue