diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-15 15:44:24 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-15 15:44:24 +0100 |
commit | b9655953bc88b43fae210b0a14ba17da3bfecd8d (patch) | |
tree | 03e19f5368b7500adc15ca5cff6f5fd3d578d645 | |
parent | c7f0bfe16e8019db8cd526dc2204a3bc6b1484ea (diff) | |
download | nixos-b9655953bc88b43fae210b0a14ba17da3bfecd8d.tar nixos-b9655953bc88b43fae210b0a14ba17da3bfecd8d.tar.gz nixos-b9655953bc88b43fae210b0a14ba17da3bfecd8d.tar.bz2 nixos-b9655953bc88b43fae210b0a14ba17da3bfecd8d.tar.xz nixos-b9655953bc88b43fae210b0a14ba17da3bfecd8d.zip |
Sign rheperire?
-rw-r--r-- | ymir/zones/index.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/zones/index.nix b/ymir/zones/index.nix index 4453066c..bc30c5a2 100644 --- a/ymir/zones/index.nix +++ b/ymir/zones/index.nix | |||
@@ -10,5 +10,5 @@ rec { | |||
10 | "yggdrasil.li" = { data = readFile ./li.yggdrasil.soa; }; | 10 | "yggdrasil.li" = { data = readFile ./li.yggdrasil.soa; }; |
11 | "kleen.li" = { data = readFile ./li.kleen.soa; }; | 11 | "kleen.li" = { data = readFile ./li.kleen.soa; }; |
12 | "nights.email" = { data = readFile ./email.nights.soa; }; | 12 | "nights.email" = { data = readFile ./email.nights.soa; }; |
13 | "rheperire.org" = { data = readFile ./org.rheperire.soa; }; | 13 | "rheperire.org" = { data = readFile ./org.rheperire.soa; dnssecPolicy = {}; }; |
14 | } | 14 | } |