mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
refactor: move around irl stuff
This commit is contained in:
parent
854a29af0f
commit
96f9cf36b6
3 changed files with 5 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
deploy.targets.home = {
|
||||
tf = { config, ... }: {
|
||||
imports = optional (builtins.pathExists ../trusted/mail.nix) ../trusted/mail.nix;
|
||||
imports = optional (builtins.pathExists ../services/irlmail.nix) ../services/irlmail.nix;
|
||||
|
||||
dns.records.ygg_grimoire = {
|
||||
zone = "kittywit.ch.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue