Unverified Commit eead97a9 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #269410 from K900/container-test-cleanup

nixos/tests/containers-ip: don't include channel sources
parents 932441c8 3ff36ca6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -19,10 +19,7 @@ in import ./make-test-python.nix ({ pkgs, lib, ... }: {

  nodes.machine =
    { pkgs, ... }: {
      imports = [ ../modules/installer/cd-dvd/channel.nix ];
      virtualisation = {
        writableStore = true;
      };
      virtualisation.writableStore = true;

      containers.webserver4 = webserverFor "10.231.136.1" "10.231.136.2";
      containers.webserver6 = webserverFor "fc00::2" "fc00::1";