nixos/tests/containers-imperative: enable containers explicitly
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
{
|
{
|
||||||
imports = [ ../modules/installer/cd-dvd/channel.nix ];
|
imports = [ ../modules/installer/cd-dvd/channel.nix ];
|
||||||
|
|
||||||
|
boot.enableContainers = true;
|
||||||
|
|
||||||
# XXX: Sandbox setup fails while trying to hardlink files from the host's
|
# XXX: Sandbox setup fails while trying to hardlink files from the host's
|
||||||
# store file system into the prepared chroot directory.
|
# store file system into the prepared chroot directory.
|
||||||
nix.settings.sandbox = false;
|
nix.settings.sandbox = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user