From 3ff36ca61ece26bc9383bfb32a2effb7dc6663ce Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 23 Nov 2023 12:54:31 +0300 Subject: [PATCH] nixos/tests/containers-ip: don't include channel sources They're not used in the test, saves a rebuild. --- nixos/tests/containers-ip.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/tests/containers-ip.nix b/nixos/tests/containers-ip.nix index ecead5c22f75..ecff99a3f0c2 100644 --- a/nixos/tests/containers-ip.nix +++ b/nixos/tests/containers-ip.nix @@ -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";