Rewritten email config

This commit is contained in:
Jurn Wubben 2025-06-11 19:10:16 +02:00
parent 58aad1f55b
commit 0bb374be15
4 changed files with 66 additions and 38 deletions

View file

@ -20,5 +20,12 @@
else "root";
};
cloudflare-acme.file = ./cloudflare-acme.age;
mail-admin = {
owner =
if config.niksos.server
then "stalwart-mail"
else "root";
file = ./mail-admin.age;
};
};
}