openrgbdr

This commit is contained in:
Tao Tien 2025-05-12 00:46:29 -07:00
parent 806a78e8d3
commit 3d28732c16
2 changed files with 79 additions and 74 deletions

View file

@ -12,8 +12,13 @@
# foldingathome # foldingathome
# gwe # gwe
# openrgb # openrgb
openrgb-plugin-effects
openrgb-plugin-hardwaresync
]; ];
services.hardware.openrgb.enable = true; services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
};
services.tailscale.useRoutingFeatures = "both"; services.tailscale.useRoutingFeatures = "both";
boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; boot.kernel.sysctl."net.ipv4.ip_forward" = "1";