aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-02-13 15:16:56 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-02-13 15:16:56 +0100
commit68ff82c61628212208bc339b9f91fd1dba6ade50 (patch)
treee2bef90c35d0aa894a72842a05419e47656386f3 /modules/private/environment.nix
parentabd7458cbc97f9074f851f07f1f9145344b981ff (diff)
downloadNix-68ff82c61628212208bc339b9f91fd1dba6ade50.tar.gz
Nix-68ff82c61628212208bc339b9f91fd1dba6ade50.tar.zst
Nix-68ff82c61628212208bc339b9f91fd1dba6ade50.zip
Add CAA to dns
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;