mail: Migrate to marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m11s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (lasting-integrity) (push) Successful in 1m22s
Cachix / build (marabethia) (push) Successful in 1m18s
Cachix / build (urithiru) (push) Successful in 1m20s

This commit is contained in:
Charlotte Van Petegem 2024-11-11 13:37:30 +01:00
parent 2c70c4a162
commit dc9c455043
No known key found for this signature in database
GPG key ID: 019E764B7184435A
57 changed files with 117 additions and 133 deletions

View file

@ -65,6 +65,7 @@
};
services = {
git.enable = true;
mail.enable = true;
nextcloud.enable = true;
nginx.hosts = [
{
@ -93,5 +94,6 @@
];
};
};
programs.msmtp.enable = false;
services.postgresql.dataDir = lib.mkForce "/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}";
}