diff options
author | lassulus <git@lassul.us> | 2024-08-13 20:10:21 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2024-08-13 20:10:21 +0200 |
commit | 736e922c8722b730e3cac7f60ded3fa6567a8b0d (patch) | |
tree | a36367a7113bf75dcad6013a5c28c5749a1eae4d /krebs/3modules/reaktor2.nix | |
parent | 06183f2a8723997c1ff066ec45f027dfe09b3474 (diff) |
reaktor2: add type to port
Diffstat (limited to 'krebs/3modules/reaktor2.nix')
-rw-r--r-- | krebs/3modules/reaktor2.nix | 2 |
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 = []; |