From 6077545d049338011b07f73183018b67ffccc9c4 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 25 Aug 2025 18:32:26 +0100 Subject: [PATCH] nixos/tests/containers-imperative: enable containers explicitly --- nixos/tests/containers-imperative.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix index 630bcbdf64be..bc0842189e12 100644 --- a/nixos/tests/containers-imperative.nix +++ b/nixos/tests/containers-imperative.nix @@ -19,6 +19,8 @@ { imports = [ ../modules/installer/cd-dvd/channel.nix ]; + boot.enableContainers = true; + # XXX: Sandbox setup fails while trying to hardlink files from the host's # store file system into the prepared chroot directory. nix.settings.sandbox = false;