Commit 63b41694 authored by liberodark's avatar liberodark Committed by Masum Reza
Browse files

nixos/openrgb: fix issue for G502

parent 24693557
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ in

    systemd.services.openrgb = {
      description = "OpenRGB server daemon";
      after = [ "network.target" ];
      wants = [ "dev-usb.device" ];
      wantedBy = [ "multi-user.target" ];
      serviceConfig = {
        StateDirectory = "OpenRGB";