about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFritz Otlinghaus <github@otlingha.us>2021-02-05 17:49:06 +0100
committerGitHub <noreply@github.com>2021-02-05 17:49:06 +0100
commit56c42142edb3f84c0a626f1b65ecaba65e964ce0 (patch)
tree203f5771b5be5e3ee9d44605e6b62129ffe4a259 /nixos/modules
parent5ca36419d136c3658bf345ed668622bd53a68835 (diff)
Revert "nixos/top-level: add specialisation.<name>.configuration type"
This reverts commit 05fbc82771a0a63473cbd22cdc2367f393ad00f4.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/activation/top-level.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix
index 75eb91f2834c9..b0f77ca3fb8d3 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.";
           };