From 9d30869c02760511d289c5beb3b8b2d41bec2544 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 10 Jul 2025 07:27:54 -0400 Subject: [PATCH] Add jay_password_hash to secrets and set up the jay user with that hashed password file. --- nodes/hosts/common/system/users.nix | 3 +-- private | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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