From 21ab1a1cbaf7d4d073f80072c79208622b8fc412 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 17 Apr 2025 22:52:57 +0200 Subject: Start moonraker and go2rtc after Tailscale to prevent address binding issues Signed-off-by: Mel --- modules/go2rtc.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/go2rtc.nix') diff --git a/modules/go2rtc.nix b/modules/go2rtc.nix index 7ee7ae3..e1fb881 100644 --- a/modules/go2rtc.nix +++ b/modules/go2rtc.nix @@ -33,4 +33,10 @@ in }; }; }; + + # todo: put this into foundation option. + systemd.services.go2rtc = { + after = [ "tailscaled.service" ]; + requires = [ "tailscaled.service" ]; + }; } -- cgit 1.4.1