added leyla to abd users

This commit is contained in:
Leyla Becker 2024-07-09 18:19:13 -05:00
parent e50a9e71a5
commit 30961e681b
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ in
(
if cfg.isNormalUser then {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
} else {