Skip to content

Commit 63b4169

Browse files
liberodarkJohnRTitor
authored andcommitted
nixos/openrgb: fix issue for G502
1 parent 2469355 commit 63b4169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/modules/services/hardware/openrgb.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ in
5454

5555
systemd.services.openrgb = {
5656
description = "OpenRGB server daemon";
57+
after = [ "network.target" ];
58+
wants = [ "dev-usb.device" ];
5759
wantedBy = [ "multi-user.target" ];
5860
serviceConfig = {
5961
StateDirectory = "OpenRGB";

0 commit comments

Comments
 (0)