summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/reaktor2.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-01-27 19:28:54 +0100
committerlassulus <lassulus@lassul.us>2019-01-27 19:28:54 +0100
commit88a281c020e6fc29c8641be1f5c4cdb30638dcd2 (patch)
treeda4d48813fb8889b056ebb0387e1c27c04709d63 /krebs/3modules/reaktor2.nix
parent5926a718593544c69301f4168d30051ff1d61aab (diff)
parent6965a1df8e7fe5e85128349c31057fdc8c8d54f6 (diff)
Reaktor sed-plugin: use mirc colorcodes
Diffstat (limited to 'krebs/3modules/reaktor2.nix')
-rw-r--r--krebs/3modules/reaktor2.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/3modules/reaktor2.nix b/krebs/3modules/reaktor2.nix
index d31447c9..3f263d01 100644
--- a/krebs/3modules/reaktor2.nix
+++ b/krebs/3modules/reaktor2.nix
@@ -37,6 +37,10 @@ with import <stockholm/lib>;
default = self.config.systemd-service-name;
type = types.str;
};
+ useTLS = mkOption {
+ default = self.config.port == "6697";
+ type = types.bool;
+ };
};
}));
};