summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-27 09:10:29 +0100
committerRory& <root@rory.gay>2026-02-27 09:10:29 +0100
commitf94f58da3bdfe890eeccaed411d098f5a616a518 (patch)
tree302f2c80e7ec62cd730084902522a0c41502f64f
parentnix: add AF_NETLINK (diff)
downloadserver-ts-f94f58da3bdfe890eeccaed411d098f5a616a518.tar.xz
Explicitly make webrtc service depend on sfu service
-rw-r--r--nix/modules/default/pion-sfu.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/default/pion-sfu.nix b/nix/modules/default/pion-sfu.nix

index c3389d00..aa2fbf24 100644 --- a/nix/modules/default/pion-sfu.nix +++ b/nix/modules/default/pion-sfu.nix
@@ -55,6 +55,7 @@ in systemd.services.spacebar-webrtc = makeServerTsService { description = "Spacebar Server - WebRTC"; + requires = [ "spacebar-sfu.service" ]; environment = builtins.mapAttrs (_: val: builtins.toString val) ( { # things we set by default...