diff --git a/hosts/vm/coturn/default.nix b/hosts/vm/coturn/default.nix index 558775d..5184a92 100644 --- a/hosts/vm/coturn/default.nix +++ b/hosts/vm/coturn/default.nix @@ -26,5 +26,7 @@ resticClient.when = "06:07"; }; + services.nginx.enable = true; + system.stateVersion = "26.05"; } diff --git a/hosts/vm/coturn/livekit.nix b/hosts/vm/coturn/livekit.nix index 64c2b72..97a295b 100644 --- a/hosts/vm/coturn/livekit.nix +++ b/hosts/vm/coturn/livekit.nix @@ -112,11 +112,4 @@ in proxyWebsockets = true; }; }; - - age.secrets = { - autofocus-config = { - file = ../../../secrets/zora/services/autofocus-config.age; - mode = "444"; - }; - }; }