nixos/tests/containers-ip: don't include channel sources

They're not used in the test, saves a rebuild.
This commit is contained in:
K900 2023-11-23 12:54:31 +03:00
parent 79245fc3e7
commit 3ff36ca61e

View File

@ -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";