module change

This commit is contained in:
Paul Zinselmeyer 2024-08-28 22:58:04 +02:00
parent f6b8169fa7
commit dd818dd13a
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD

View file

@ -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;
};
};
};