about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJakub Okoński <jakub@okonski.org>2022-10-29 22:22:57 +0200
committerJakub Okoński <jakub@okonski.org>2022-11-06 17:12:02 +0100
commit12508ac79a3b940d42580e9cfb7d2037e7af3b00 (patch)
tree5d15998a7a2d4ad0f248aa35de8b9a431ce4689e /nixos/tests/all-tests.nix
parentb0bce6ae731d5be0aed3277eab29d7ae7491d08d (diff)
nixos-container: force systemd-nspawn to use unified cgroups hierarchy
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 47a433c0322be..fe75f15829084 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -143,6 +143,7 @@ in {
   containers-reloadable = handleTest ./containers-reloadable.nix {};
   containers-restart_networking = handleTest ./containers-restart_networking.nix {};
   containers-tmpfs = handleTest ./containers-tmpfs.nix {};
+  containers-unified-hierarchy = handleTest ./containers-unified-hierarchy.nix {};
   convos = handleTest ./convos.nix {};
   corerad = handleTest ./corerad.nix {};
   coturn = handleTest ./coturn.nix {};