nixos/kubernetes: modularized tests

This commit is contained in:
Johan Thomsen 2022-10-16 00:14:04 +02:00 committed by zowoq
parent ae712870af
commit 6ec7298ead

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);
};
};