Add mailhog
Let's use it for now until we have a proper mailing setup.
This commit is contained in:
parent
53fec820de
commit
ba2d32e624
2 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
./freeradius.nix
|
||||
./grafana.nix
|
||||
./labsync
|
||||
./mailhog.nix
|
||||
./prometheus.nix
|
||||
./unifi-controller.nix
|
||||
./wekan.nix
|
||||
|
|
|
|||
4
machines/raven/services/mailhog.nix
Normal file
4
machines/raven/services/mailhog.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.mailhog.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue