Nixpkgs version of stalwart is outdated and broken. Temporary use oci containers.

This commit is contained in:
Jurn Wubben 2025-06-12 11:41:57 +02:00
parent e6f0dd7f01
commit 7386b347d5
2 changed files with 102 additions and 103 deletions

View file

@ -23,10 +23,10 @@ in {
};
cloudflare-acme.file = ./cloudflare-acme.age;
mail-admin = {
owner =
if config.niksos.server
then serviceUser "stalwart-mail"
else "root";
# owner = #FIXME: revert when stopped using docker for stalwart.
# if config.niksos.server
# then serviceUser "stalwart-mail"
# else "root";
file = ./mail-admin.age;
};
};