summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor2.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-10-23 12:21:03 +0200
committerlassulus <lassulus@lassul.us>2020-10-23 12:21:03 +0200
commitfc298e07f8c225136c7d38da3366f2f6f108a511 (patch)
treece07bcd920758ebb0a1d46fb487bee9e33bed97a /krebs/2configs/reaktor2.nix
parente66f557b1f6b029b99d572dd61225e45eff5278c (diff)
reaktor2: port must be string
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r--krebs/2configs/reaktor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index d5b1d7ed..b80198b0 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -137,7 +137,7 @@ in {
systemPlugin
];
username = "reaktor2";
- port = 6697;
+ port = "6697";
};
r = {
nick = "reaktor2|krebs";