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

This commit is contained in:
Fritz Otlinghaus
2021-02-03 16:27:22 -08:00
committed by Cole Helbling
parent 5ac119043d
commit 05fbc82771
@@ -173,6 +173,7 @@ in
};
options.configuration = mkOption {
type = types.attrsOf types.anything;
default = {};
description = "Arbitrary NixOS configuration options.";
};