reaktor2: add type to port

This commit is contained in:
lassulus 2024-08-13 20:10:21 +02:00
parent 06183f2a87
commit 736e922c87

View File

@ -18,7 +18,7 @@ with import ../../lib/pure.nix { inherit lib; }; {
};
port = mkOption {
default = "6667";
# TODO type = types.service-name
type = types.str;
};
plugins = mkOption {
default = [];