diff --git a/nodes/hosts/common/system/users.nix b/nodes/hosts/common/system/users.nix index 704144f..d7bceae 100644 --- a/nodes/hosts/common/system/users.nix +++ b/nodes/hosts/common/system/users.nix @@ -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" ]; }; } diff --git a/private b/private index 550d701..2e19d31 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 550d70194505fe0e581aa0fd4fe9f2722bf72cb0 +Subproject commit 2e19d31226eab94a645a30974cf6ec37b7feefe3