Remove old yggdrasil stuff

This commit is contained in:
Ehmry - 2022-01-14 00:22:59 +01:00
parent f4a8870632
commit 5f910a4630
2 changed files with 0 additions and 9 deletions

View File

@ -56,13 +56,6 @@ in {
${pkgs.iptables}/bin/iptables -t nat -o bat0 -A POSTROUTING -j MASQUERADE
set -e
'';
forwardPorts = [ {
# Yggdrasil
destination = "${hostRegistry.hosts.yggdrasil.ip4}:46823";
proto = "tcp";
sourcePort = 46823;
} ];
};
# Configure rt_table name
networking.iproute2 = {

View File

@ -106,8 +106,6 @@ in {
description = "Whether to proxy the local MPD database";
};
yggdrasil.enableGateway = mkEnableOption
"Whether to join the host to the Yggdrasil network via a gateway";
};
};