1
0
Fork 0

all: use hashedPasswordFile

This commit is contained in:
Daniel Kempkens 2023-09-16 13:08:38 +02:00
parent dd0b1a742e
commit 6309f696b7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 4 additions and 4 deletions

View file

@ -183,7 +183,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -149,7 +149,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -187,7 +187,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";

View file

@ -113,7 +113,7 @@ in
};
daniel = {
passwordFile = config.age.secrets.user-daniel-password.path;
hashedPasswordFile = config.age.secrets.user-daniel-password.path;
isNormalUser = true;
home = "/home/daniel";
description = "Daniel";