about summary refs log tree commit diff
path: root/nixos/tests/containers-ipv4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/containers-ipv4.nix')
-rw-r--r--nixos/tests/containers-ipv4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/containers-ipv4.nix b/nixos/tests/containers-ipv4.nix
index 31d05990a679..821ce1cd07d2 100644
--- a/nixos/tests/containers-ipv4.nix
+++ b/nixos/tests/containers-ipv4.nix
@@ -21,6 +21,7 @@ import ./make-test.nix ({ pkgs, ...} : {
               services.httpd.adminAddr = "foo@example.org";
               networking.firewall.allowedTCPPorts = [ 80 ];
               networking.firewall.allowPing = true;
+              system.nixos.stateVersion = "18.03";
             };
         };