mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
home: Trusted mail
This commit is contained in:
parent
5a459c5548
commit
8be83f7874
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue