Add option

This commit is contained in:
2022-10-07 00:00:43 +02:00
parent 7d23fc01f0
commit a8e86fc8ff

View File

@@ -38,7 +38,7 @@
config = { config = {
baseDomain = mkOption { baseDomain = mkOption {
type = types.str; type = types.str;
description = "Base domain"; description = "Base domain.";
}; };
}; };
}; };