adding gaming password

This commit is contained in:
2025-01-07 00:33:04 -05:00
parent b1e3ce2afa
commit 1ea95f9518

View File

@@ -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 =