Explicitly make webrtc service depend on sfu service

This commit is contained in:
Rory&
2026-02-27 09:10:29 +01:00
parent 6cf34e7a2f
commit f94f58da3b

View File

@@ -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...