Compare commits

..

2 Commits

Author SHA1 Message Date
jay
d77df8748d Fix incorrect keyname. 2025-07-12 09:47:28 -04:00
jay
a83cdf7f7d Update secrets again. 2025-07-12 09:47:19 -04:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

Submodule private updated: 8e5930189c...978e951aeb