nixos/tests/containers-ip: don't include channel sources
They're not used in the test, saves a rebuild.
This commit is contained in:
parent
79245fc3e7
commit
3ff36ca61e
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue