From b973ebc4907f378d19b2ca11d8d7463c3c2ef0f8 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 20 Jul 2023 21:49:28 -0700 Subject: [PATCH] updated coturn.nix --- modules/coturn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coturn.nix b/modules/coturn.nix index 119b7da..8748d57 100644 --- a/modules/coturn.nix +++ b/modules/coturn.nix @@ -16,7 +16,7 @@ let unitConfig = { Type = "simple"; - After = "NetworkManager.service"; + After = "btcpayserver.service"; Requires = "network-online.target"; };