feat(dev): add mailpit to devenv services

This commit is contained in:
kolaente 2024-09-02 23:18:50 +02:00
parent 5c56d07215
commit 1463bce24c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -28,4 +28,9 @@ in {
enable = true;
};
};
services.mailpit = {
enable = true;
package = pkgs-unstable.mailpit;
};
}