Add jay_password_hash to secrets and set up the jay user with that hashed password file.
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
users.users.jay = {
|
||||
isNormalUser = true;
|
||||
description = "jay";
|
||||
#hashedPasswordFile = config.sops.secrets.password_hash.path;
|
||||
hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
|
||||
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user