fix mobile box

This commit is contained in:
Markus Schmidl 2022-06-05 14:29:39 +02:00
parent f105fb5b05
commit 550f9d0f78

View File

@ -9,7 +9,7 @@ in
enable = true;
wantedBy = [ "multi-user.target" ];
script = "exec ${receiver}/bin/gnuradio-decoder-cpp 170795000 19550 &";
script = "exec ${pkgs.gnuradio-decoder}/bin/gnuradio-decoder-cpp 170795000 19550 &";
serviceConfig = {
Type = "forking";
@ -138,7 +138,7 @@ in
owner = "gnuradio";
group = "users";
capabilities = "cap_sys_nice+eip";
source = "${receiver}/bin/gnuradio-decoder-cpp";
source = "${pkgs.gnuradio-decoder}/bin/gnuradio-decoder-cpp";
};
};
}