diff --git a/modules/users/crow/user.nix b/modules/users/crow/user.nix index a35f8e7..b97815d 100644 --- a/modules/users/crow/user.nix +++ b/modules/users/crow/user.nix @@ -7,7 +7,7 @@ config.users.users.crow = lib.mkIf config.user.crow.enable { isNormalUser = true; initialPassword = "changeme"; - extraGroups = ["wheel" "networkmanager" "audio" "plugdev"]; + extraGroups = ["wheel" "networkmanager" "audio" "plugdev" "dialout"]; }; config.home-manager.users.crow = lib.mkIf config.user.crow.home.enable ./home.nix;