From 8500bcf102e110765277cc1719aeea2ef055c39d Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 13 Mar 2025 09:38:51 +0000 Subject: [PATCH] coturn: remove redundant rec --- hosts/vps1/coturn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vps1/coturn.nix b/hosts/vps1/coturn.nix index a845f61..4f67704 100644 --- a/hosts/vps1/coturn.nix +++ b/hosts/vps1/coturn.nix @@ -61,7 +61,7 @@ in { } ); - services.coturn = rec { + services.coturn = { enable = true; realm = realm; use-auth-secret = true;