Fix incorrect keyname.

This commit is contained in:
jay
2025-07-12 09:47:28 -04:00
parent a83cdf7f7d
commit d77df8748d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
sops = {
defaultSopsFile = ../../../../private/secrets.yaml;
secrets = {
jay_password = {
jay_password_hash = {
neededForUsers = true;
};
};

View File

@@ -9,7 +9,7 @@
users.jay = {
isNormalUser = true;
description = "jay";
hashedPasswordFile = config.sops.secrets.jay_password.path;
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
#hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
extraGroups = [ "networkmanager" "wheel" ];
};