X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fenvironment.nix;fp=modules%2Fprivate%2Fenvironment.nix;h=91e018d4f76e107ee1a849cbd5b4f6b68704708e;hp=490a4051bf3604b5bd4591d7562ed0395e5e743b;hb=68ff82c61628212208bc339b9f91fd1dba6ade50;hpb=abd7458cbc97f9074f851f07f1f9145344b981ff 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 type = listOf (submodule { options = { name = mkOption { type = str; description = "zone name"; }; + withCAA = mkOption { type = nullOr str; description = "CAA entry"; default = null; }; slaves = mkOption { description = "NS slave groups of this zone"; type = listOf str;