diff --git a/systems/x86_64-linux/mx/headscale.nix b/systems/x86_64-linux/mx/headscale.nix index 65fffc9..f44224a 100644 --- a/systems/x86_64-linux/mx/headscale.nix +++ b/systems/x86_64-linux/mx/headscale.nix @@ -19,7 +19,6 @@ in nginx.virtualHosts.${domain} = { useACMEHost = "hoyer.xyz"; forceSSL = true; - enableACME = true; locations."/" = { proxyPass = "http://localhost:${toString config.services.headscale.port}"; proxyWebsockets = true;