reaktor2 service: add useTLS option
This commit is contained in:
parent
ab18e5a468
commit
6965a1df8e
|
@ -33,6 +33,10 @@ with import <stockholm/lib>;
|
||||||
default = "reaktor2${optionalString (name != "default") "-${name}"}";
|
default = "reaktor2${optionalString (name != "default") "-${name}"}";
|
||||||
type = types.filename;
|
type = types.filename;
|
||||||
};
|
};
|
||||||
|
useTLS = mkOption {
|
||||||
|
default = self.config.port == "6697";
|
||||||
|
type = types.bool;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue