diff --git a/hosts/blacksteel/default.nix b/hosts/blacksteel/default.nix index 5e740ac..cc8102b 100644 --- a/hosts/blacksteel/default.nix +++ b/hosts/blacksteel/default.nix @@ -69,7 +69,6 @@ { name = "synapse"; type = "tcp"; - localIP = "127.0.0.1"; remotePort = 8600; plugin = { type = "unix_domain_socket"; @@ -79,7 +78,6 @@ { name = "syncv3"; type = "tcp"; - localIP = "127.0.0.1"; remotePort = 8700; plugin = { type = "unix_domain_socket"; @@ -89,7 +87,6 @@ { name = "mastodon-web"; type = "tcp"; - localIP = "127.0.0.1"; remotePort = 8900; plugin = { type = "unix_domain_socket"; @@ -99,7 +96,6 @@ { name = "mastodon-streaming"; type = "tcp"; - localIP = "127.0.0.1"; remotePort = 9000; plugin = { type = "unix_domain_socket"; @@ -109,7 +105,6 @@ { name = "mastodon-system"; type = "tcp"; - localIP = "127.0.0.1"; remotePort = 9100; plugin = { # FIXME: