summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2024-08-13 20:10:21 +0200
committerlassulus <git@lassul.us>2024-08-13 20:10:21 +0200
commit736e922c8722b730e3cac7f60ded3fa6567a8b0d (patch)
treea36367a7113bf75dcad6013a5c28c5749a1eae4d /krebs
parent06183f2a8723997c1ff066ec45f027dfe09b3474 (diff)
reaktor2: add type to port
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/reaktor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/reaktor2.nix b/krebs/3modules/reaktor2.nix
index 2e820d27e..aa6254786 100644
--- a/krebs/3modules/reaktor2.nix
+++ b/krebs/3modules/reaktor2.nix
@@ -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 = [];