diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 190e2aabb..320c96612 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -195,7 +195,7 @@ users.extraUsers.paul = { isNormalUser = true; uid = 1000; - extraGroups = [ "wheel" "networkmanager" "wireshark" ]; + extraGroups = [ "wheel" "networkmanager" "wireshark" "dialout" ]; }; services.syncthing.enable = true;