8 lines
132 B
Nix
8 lines
132 B
Nix
{ pkgs, ... }: {
|
|
services.postfix = {
|
|
enable = true;
|
|
domain = "cloonar.com";
|
|
hostname = "web-arm.cloonar.com";
|
|
};
|
|
}
|