Fix incorrect keyname.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
sops = {
|
||||
defaultSopsFile = ../../../../private/secrets.yaml;
|
||||
secrets = {
|
||||
jay_password = {
|
||||
jay_password_hash = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user