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 = {
|
users.users.jay = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "jay";
|
description = "jay";
|
||||||
#hashedPasswordFile = config.sops.secrets.password_hash.path;
|
hashedPasswordFile = config.sops.secrets.jay_password_hash.path;
|
||||||
hashedPassword = "$6$RTOXVXRP1iLIXnQb$rVtTeqlJ7g3AcZgftmVdKFnT2ggCsnVayPlT4beLST9Oz2LHGT2fdcOC/yaQkISK3wzFLqh47fSHgQvRUWpl41";
|
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: 550d701945...2e19d31226
Reference in New Issue
Block a user