about summary refs log tree commit diff
path: root/nixos/modules/system/activation/no-clone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/activation/no-clone.nix')
-rw-r--r--nixos/modules/system/activation/no-clone.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/system/activation/no-clone.nix b/nixos/modules/system/activation/no-clone.nix
index 7f4584435266..912420347dc0 100644
--- a/nixos/modules/system/activation/no-clone.nix
+++ b/nixos/modules/system/activation/no-clone.nix
@@ -4,6 +4,5 @@ with lib;
 
 {
   boot.loader.grub.device = mkOverride 0 "nodev";
-  nesting.children = mkOverride 0 [];
-  nesting.clone = mkOverride 0 [];
+  specialisation = mkOverride 0 {};
 }