nixos/kubernetes: modularized tests

This commit is contained in:
Johan Thomsen
2022-10-16 10:13:05 +10:00
committed by zowoq
parent ae712870af
commit 6ec7298ead
+1 -1
View File
@@ -43,7 +43,7 @@ let
trustedInterfaces = ["mynet"];
extraCommands = concatMapStrings (node: ''
iptables -A INPUT -s ${node.config.networking.primaryIPAddress} -j ACCEPT
iptables -A INPUT -s ${node.networking.primaryIPAddress} -j ACCEPT
'') (attrValues nodes);
};
};