move dts config option from boot to device
This commit is contained in:
parent
fd500041fa
commit
263882cbe4
5 changed files with 7 additions and 7 deletions
|
@ -4,6 +4,8 @@ let
|
|||
in {
|
||||
options = {
|
||||
boot = {
|
||||
};
|
||||
device = {
|
||||
dts = {
|
||||
src = mkOption { type = types.path; };
|
||||
includes = mkOption {
|
||||
|
@ -11,8 +13,6 @@ in {
|
|||
type = types.listOf types.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
device = {
|
||||
defaultOutput = mkOption {
|
||||
type = types.nonEmptyStr;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue