4 lines
55 B
Nix
4 lines
55 B
Nix
{ config, ... }:
|
|
{
|
|
services.mailhog.enable = true;
|
|
}
|
{ config, ... }:
|
|
{
|
|
services.mailhog.enable = true;
|
|
}
|