Use package from master
This commit is contained in:
parent
5de772dbd5
commit
d2e08e999c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ in
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
DynamicUser = "yes";
|
DynamicUser = "yes";
|
||||||
ExecStart = "${pkgs.ledfx}/bin/ledfx --host 0.0.0.0 -p 8888 -c %S/ledfx";
|
ExecStart = "${pkgs.master.ledfx}/bin/ledfx --host 0.0.0.0 -p 8888 -c %S/ledfx";
|
||||||
Group = "pipewire";
|
Group = "pipewire";
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
ProtectControlGroups = true;
|
ProtectControlGroups = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue