module change
This commit is contained in:
parent
f6b8169fa7
commit
dd818dd13a
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ in
|
||||||
options = {
|
options = {
|
||||||
services.thekenlicht-daemon = {
|
services.thekenlicht-daemon = {
|
||||||
enable = lib.mkEnableOption "Enable Module";
|
enable = lib.mkEnableOption "Enable Module";
|
||||||
serialPort = lib.mkStringOption "Serial Port";
|
serialPort = lib.mkOption {
|
||||||
|
description = "Serial Port";
|
||||||
|
type = lib.types.uniq lib.types.str;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue