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

This commit is contained in:
Fritz Otlinghaus 2021-01-31 13:12:36 +01:00 committed by Cole Helbling
parent 5ac119043d
commit 05fbc82771

View file

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