nixos/tests/containers-imperative: enable containers explicitly

This commit is contained in:
Emily
2025-08-25 18:32:26 +01:00
parent e2b24c1d9d
commit 6077545d04

View File

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