nixos/top-level: add specialisation.<name>.configuration type
This commit is contained in:
parent
5ac119043d
commit
05fbc82771
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ in
|
|||
};
|
||||
|
||||
options.configuration = mkOption {
|
||||
type = types.attrsOf types.anything;
|
||||
default = {};
|
||||
description = "Arbitrary NixOS configuration options.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue