Revert "nixos/top-level: add specialisation.<name>.configuration type"

This reverts commit 05fbc82771.
This commit is contained in:
Fritz Otlinghaus 2021-02-05 17:49:06 +01:00 committed by GitHub
parent 5ca36419d1
commit 56c42142ed

View file

@ -173,7 +173,6 @@ in
};
options.configuration = mkOption {
type = types.attrsOf types.anything;
default = {};
description = "Arbitrary NixOS configuration options.";
};