From 50de54aef1e750a40f98ec5ada17e6cfe9d4047e Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 21 Aug 2020 22:35:51 +0200 Subject: [PATCH] netns: remove empty connections defs Like in the netns defintion for bitcoind. --- modules/netns-isolation.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/netns-isolation.nix b/modules/netns-isolation.nix index 7016f22..05fc0d2 100644 --- a/modules/netns-isolation.nix +++ b/modules/netns-isolation.nix @@ -106,12 +106,10 @@ in { spark-wallet = { id = 17; # communicates with clightning over lightning-rpc socket - connections = []; }; lightning-charge = { id = 18; # communicates with clightning over lightning-rpc socket - connections = []; }; nanopos = { id = 19; @@ -120,11 +118,9 @@ in { recurring-donations = { id = 20; # communicates with clightning over lightning-rpc socket - connections = []; }; nginx = { id = 21; - connections = []; }; lightning-loop = { id = 22;