aboutsummaryrefslogtreecommitdiff
path: root/systems/eldiron/websites/tools/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-10 10:44:24 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-12 00:24:46 +0200
commit97787a9dd8b136c8dc327fab42aedf2aa1109ec0 (patch)
tree4b7ea0d889a4c2c27bfec351693995f1fcba2bbb /systems/eldiron/websites/tools/default.nix
parent450e0db1a1ad900f93519c00f0ef132ec42a3728 (diff)
downloadNix-97787a9dd8b136c8dc327fab42aedf2aa1109ec0.tar.gz
Nix-97787a9dd8b136c8dc327fab42aedf2aa1109ec0.tar.zst
Nix-97787a9dd8b136c8dc327fab42aedf2aa1109ec0.zip
Add dnssec
Diffstat (limited to 'systems/eldiron/websites/tools/default.nix')
-rw-r--r--systems/eldiron/websites/tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/eldiron/websites/tools/default.nix b/systems/eldiron/websites/tools/default.nix
index 397b644..338ed0b 100644
--- a/systems/eldiron/websites/tools/default.nix
+++ b/systems/eldiron/websites/tools/default.nix
@@ -91,7 +91,7 @@ in {
91 { 91 {
92 outils = ips servers.eldiron.ips.main; 92 outils = ips servers.eldiron.ips.main;
93 tools = lib.mkMerge [ 93 tools = lib.mkMerge [
94 (mailCommon "immae.eu") 94 (mailCommon "immae.eu" true)
95 mailSend 95 mailSend
96 (ips servers.eldiron.ips.main) 96 (ips servers.eldiron.ips.main)
97 ]; 97 ];