commit | dc90567429cfb284e1640c85bf8ba8ade0edfd85 | [log] [tgz] |
---|---|---|
author | PineaFan <pineafan@clicks.codes> | Sat Apr 20 21:04:46 2024 +0100 |
committer | Samuel Shuert <coded@clicks.codes> | Sat Apr 20 22:55:15 2024 +0000 |
tree | bf9de252c079b22228affd90b39f354d477ab642 | |
parent | 8350230b605663b141718375f291448bfddc71d8 [diff] |
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"; + }; +}