22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-11 02:34:05 +02:00

portunus: add todo

This commit is contained in:
Sandro - 2023-03-25 16:23:48 +01:00
parent 3d980ef335
commit 9153b0c9e9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -5,6 +5,8 @@ let
in
{
options.services.portunus = {
# TODO: how to automatically set this?
# maybe based on $service.ldap.enable && services.portunus.enable?
addToHosts = lib.mkOption {
type = lib.types.bool;
default = false;