nixos/top-level: add specialisation.<name>.configuration type
This commit is contained in:
committed by
Cole Helbling
parent
5ac119043d
commit
05fbc82771
@@ -173,6 +173,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
options.configuration = mkOption {
|
options.configuration = mkOption {
|
||||||
|
type = types.attrsOf types.anything;
|
||||||
default = {};
|
default = {};
|
||||||
description = "Arbitrary NixOS configuration options.";
|
description = "Arbitrary NixOS configuration options.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user