modules/tlp: Make optional via custom options
This commit is contained in:
parent
339e7c4e9d
commit
c23775319c
2 changed files with 8 additions and 1 deletions
|
@ -5,4 +5,10 @@ options.my.highDPI = lib.mkOption {
|
|||
default = true;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
options.my.includeTLP = lib.mkOption {
|
||||
description = "If the device should get TLP";
|
||||
default = true;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue