From 56c42142edb3f84c0a626f1b65ecaba65e964ce0 Mon Sep 17 00:00:00 2001 From: Fritz Otlinghaus Date: Fri, 5 Feb 2021 17:49:06 +0100 Subject: [PATCH] Revert "nixos/top-level: add specialisation..configuration type" This reverts commit 05fbc82771a0a63473cbd22cdc2367f393ad00f4. --- nixos/modules/system/activation/top-level.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix index 75eb91f2834..b0f77ca3fb8 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."; };