diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-17 20:48:30 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-17 20:48:30 +0100 |
| commit | 958a629fea6f61c04a412be5023b487ae44973c8 (patch) | |
| tree | ffbe3bc7ba283a58b61b40eb4ad20c7917f54d0a | |
| parent | 6bc6830d909678fa37b107165baedc7959368b8f (diff) | |
| download | nixos-958a629fea6f61c04a412be5023b487ae44973c8.tar nixos-958a629fea6f61c04a412be5023b487ae44973c8.tar.gz nixos-958a629fea6f61c04a412be5023b487ae44973c8.tar.bz2 nixos-958a629fea6f61c04a412be5023b487ae44973c8.tar.xz nixos-958a629fea6f61c04a412be5023b487ae44973c8.zip | |
Shorter coverage
| -rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -852,6 +852,9 @@ in rec { | |||
| 852 | outgoingInterface = "188.68.51.254"; | 852 | outgoingInterface = "188.68.51.254"; |
| 853 | children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); | 853 | children = (import ./ymir/zones/index.nix { inherit (pkgs) lib; }); |
| 854 | dnssec = true; | 854 | dnssec = true; |
| 855 | dnssecPolicy = { | ||
| 856 | coverage = "2mo"; | ||
| 857 | }; | ||
| 855 | }; | 858 | }; |
| 856 | }; | 859 | }; |
| 857 | }; | 860 | }; |
