From 8be83f78744888934835e9a2581682e6c601dfda Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 11 Nov 2021 19:52:45 +0000 Subject: [PATCH] home: Trusted mail --- config/targets/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/targets/home.nix b/config/targets/home.nix index 7ca731ea..1fb6ed55 100644 --- a/config/targets/home.nix +++ b/config/targets/home.nix @@ -1,8 +1,10 @@ -{ config, ... }: +{ config, lib, ... }: with lib; { deploy.targets.home = { tf = { config, ... }: { + imports = optional (builtins.pathExists ../trusted/mail.nix) ../trusted/mail.nix; + dns.records.ygg_grimoire = { zone = "kittywit.ch."; domain = "grimoire.ygg";