reaktor2: add type to port
This commit is contained in:
parent
06183f2a87
commit
736e922c87
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user