From b0865ada5b4dffa0471f046cf8420ed34c587131 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 18 Apr 2025 23:43:53 +0200 Subject: Service target to delay service start until tailnet is ready Signed-off-by: Mel --- modules/go2rtc.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/go2rtc.nix') diff --git a/modules/go2rtc.nix b/modules/go2rtc.nix index e1fb881..488d679 100644 --- a/modules/go2rtc.nix +++ b/modules/go2rtc.nix @@ -34,9 +34,5 @@ in }; }; - # todo: put this into foundation option. - systemd.services.go2rtc = { - after = [ "tailscaled.service" ]; - requires = [ "tailscaled.service" ]; - }; + foundation.tailnetServices = [ "go2rtc" ]; } -- cgit 1.4.1