From 047705b0beccfd6bebd4623b440feec90852bc13 Mon Sep 17 00:00:00 2001 From: min Date: Sun, 15 Dec 2024 20:36:17 -0500 Subject: [PATCH] Nebula: Remove relays for now --- nixos/modules/nebula/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/nebula/default.nix b/nixos/modules/nebula/default.nix index 840fb54..5f5d336 100644 --- a/nixos/modules/nebula/default.nix +++ b/nixos/modules/nebula/default.nix @@ -41,7 +41,6 @@ with lib; let baseServer = { isLighthouse = true; - isRelay = true; listen = { host = "0.0.0.0"; @@ -53,7 +52,6 @@ with lib; let lhsInternal = attrNames lhs; in { lighthouses = lhsInternal; - relays = lhsInternal; staticHostMap = lhs; settings.punchy = {