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 = {
|
||||
services.thekenlicht-daemon = {
|
||||
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