aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 490a405..91e018d 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -401,6 +401,7 @@ in
401 type = listOf (submodule { 401 type = listOf (submodule {
402 options = { 402 options = {
403 name = mkOption { type = str; description = "zone name"; }; 403 name = mkOption { type = str; description = "zone name"; };
404 withCAA = mkOption { type = nullOr str; description = "CAA entry"; default = null; };
404 slaves = mkOption { 405 slaves = mkOption {
405 description = "NS slave groups of this zone"; 406 description = "NS slave groups of this zone";
406 type = listOf str; 407 type = listOf str;