summary refs log tree commit diff
path: root/nixos/tests/containers-reloadable.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/containers-reloadable.nix
parentc1bed05e341756f7fdfa73035c7f1e078e49be3d (diff)
downloadnixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.gz
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.bz2
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.lz
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.xz
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.tar.zst
nixlib-e239c1e5820bdbb3d94ccc46e2d6756b0d37057d.zip
nixos/tests: rename IP addresses/routes options
Diffstat (limited to 'nixos/tests/containers-reloadable.nix')
-rw-r--r--nixos/tests/containers-reloadable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-reloadable.nix b/nixos/tests/containers-reloadable.nix
index b5867c6f6ab1..5fb42f2272b3 100644
--- a/nixos/tests/containers-reloadable.nix
+++ b/nixos/tests/containers-reloadable.nix
@@ -11,7 +11,7 @@ let
 
     # prevent make-test.nix to change IP
     networking.interfaces = {
-      eth1.ip4 = lib.mkOverride 0 [ ];
+      eth1.ipv4.addresses = lib.mkOverride 0 [ ];
     };
   };
 in {