diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix index 75eb91f2834c..b0f77ca3fb8d 100644 --- a/nixos/modules/system/activation/top-level.nix +++ b/nixos/modules/system/activation/top-level.nix @@ -173,7 +173,6 @@ in }; options.configuration = mkOption { - type = types.attrsOf types.anything; default = {}; description = "Arbitrary NixOS configuration options."; };