summary refs log tree commit diff
path: root/nixos/tests/nat.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2017-12-03 05:14:54 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2018-02-17 14:57:07 +0100
commite239c1e5820bdbb3d94ccc46e2d6756b0d37057d (patch)
tree949c07008657835d1ac6d6b247a50d05d7152cae /nixos/tests/nat.nix
parentc1bed05e341756f7fdfa73035c7f1e078e49be3d (diff)
downloadnixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.gz
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.bz2
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.lz
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.xz
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.zst
nixpkgs-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.zip
nixos/tests: rename IP addresses/routes options
Diffstat (limited to 'nixos/tests/nat.nix')
-rw-r--r--nixos/tests/nat.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nat.nix b/nixos/tests/nat.nix
index a12b7645bc2..7057158a829 100644
--- a/nixos/tests/nat.nix
+++ b/nixos/tests/nat.nix
@@ -35,7 +35,7 @@ import ./make-test.nix ({ pkgs, lib, withFirewall, withConntrackHelpers ? false,
             { virtualisation.vlans = [ 1 ];
               networking.firewall.allowPing = true;
               networking.defaultGateway =
-                (pkgs.lib.head nodes.router.config.networking.interfaces.eth2.ip4).address;
+                (pkgs.lib.head nodes.router.config.networking.interfaces.eth2.ipv4.addresses).address;
             }
             (lib.optionalAttrs withConntrackHelpers {
               networking.firewall.connectionTrackingModules = [ "ftp" ];