Update OpenRGB settings

The port, particularly, is depended on by some scripts that
@pineafan@clicks.codes has to control their keyboard. It's possible that
we should move this to a centralized module in the future but for now
this is fine

Change-Id: Ia4cf4525823d40bc99b263004cc7c16acdd798fc
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/646
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/systems/x86_64-linux/saurosuchus/openrgb/default.nix b/systems/x86_64-linux/saurosuchus/openrgb/default.nix
index ab557ed..b4bff98 100644
--- a/systems/x86_64-linux/saurosuchus/openrgb/default.nix
+++ b/systems/x86_64-linux/saurosuchus/openrgb/default.nix
@@ -1 +1,7 @@
-{ services.hardware.openrgb.enable = true; }
+{
+  services.hardware.openrgb = {
+    enable = true;
+    server.port = 6767;
+    motherboard = "amd";
+  };
+}
diff --git a/systems/x86_64-linux/shorthair/openrgb/default.nix b/systems/x86_64-linux/shorthair/openrgb/default.nix
index ab557ed..b4bff98 100644
--- a/systems/x86_64-linux/shorthair/openrgb/default.nix
+++ b/systems/x86_64-linux/shorthair/openrgb/default.nix
@@ -1 +1,7 @@
-{ services.hardware.openrgb.enable = true; }
+{
+  services.hardware.openrgb = {
+    enable = true;
+    server.port = 6767;
+    motherboard = "amd";
+  };
+}