From 1ea95f95182f00067dff0030fd843f2054cb4f88 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 7 Jan 2025 00:33:04 -0500 Subject: [PATCH] adding gaming password --- users/gaming/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/gaming/default.nix b/users/gaming/default.nix index bfa13d7..a08be72 100644 --- a/users/gaming/default.nix +++ b/users/gaming/default.nix @@ -4,9 +4,16 @@ ... }: { + sops.secrets.gaming_password = { + sopsFile = ../secrets.yaml; + neededForUsers = true; + }; + users = { users.gaming = { isNormalUser = true; + hashedPasswordFile = "${config.sops.secrets.gaming_password.path}"; + shell = pkgs.zsh; group = "gaming"; extraGroups =