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

nixos/tests/containers-ip: don't include channel sources
This commit is contained in:
K900 2023-11-23 18:26:28 +03:00 committed by GitHub
commit eead97a9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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