nixos/tests/firewall: fix deprecation warning

This commit is contained in:
rnhmjoj
2024-06-05 15:27:07 +02:00
parent 3c12ef3f21
commit fa5ae18c14
+1 -1
View File
@@ -36,7 +36,7 @@ import ./make-test-python.nix ( { pkgs, nftables, ... } : {
};
testScript = { nodes, ... }: let
newSystem = nodes.walled2.config.system.build.toplevel;
newSystem = nodes.walled2.system.build.toplevel;
unit = if nftables then "nftables" else "firewall";
in ''
start_all()