Compare commits
No commits in common. "3631918db2dced48314fcb119c62840183b6f5b3" and "b191a3ff94d392d3e52222371cf1660c1ac6bf52" have entirely different histories.
3631918db2
...
b191a3ff94
@ -43,13 +43,19 @@
|
|||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
8080
|
8080
|
||||||
|
10400
|
||||||
|
10401
|
||||||
10402
|
10402
|
||||||
|
10403
|
||||||
15151
|
15151
|
||||||
22752
|
22752
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
8080
|
8080
|
||||||
|
10400
|
||||||
|
10401
|
||||||
10402
|
10402
|
||||||
|
10403
|
||||||
15151
|
15151
|
||||||
22752
|
22752
|
||||||
];
|
];
|
||||||
@ -142,7 +148,7 @@
|
|||||||
ConditionUser = "mixer";
|
ConditionUser = "mixer";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridg --clients \"127.0.0.1:8080\"";
|
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridge --bridge-host \"10.20.60.251\" --carla-host \"10.20.60.251:22752\" --clients \"127.0.0.1:8080\"";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
};
|
};
|
||||||
|
@ -9,8 +9,8 @@ rustPlatform.buildRustPackage {
|
|||||||
domain = "git.bulthuis.dev";
|
domain = "git.bulthuis.dev";
|
||||||
owner = "Jan";
|
owner = "Jan";
|
||||||
repo = "carla_osc_bridge";
|
repo = "carla_osc_bridge";
|
||||||
rev = "c037e2d2a1b29b785d8acc10fa0cb761afdb3fcf";
|
rev = "8966a25e8d56efa30a28fd320c6f657040a1f01c";
|
||||||
hash = "sha256-Wvdfm+4dfygZwkvaUhO9w7DrrUl3ZYvtD7nYrPSD0eA=";
|
hash = "sha256-AJ+hb642V/aqizbM4URaZhFSIFwSvGa23HIkHqIru2o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-s1ZKbhHudgPOy7613zbT8TkbM6B7oloLEuTYHoWjX5o=";
|
cargoHash = "sha256-s1ZKbhHudgPOy7613zbT8TkbM6B7oloLEuTYHoWjX5o=";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user