feat: add postfix to web server
This commit is contained in:
7
hosts/web-arm/modules/postfix.nix
Normal file
7
hosts/web-arm/modules/postfix.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
domain = "cloonar.com";
|
||||
hostname = "web-arm.cloonar.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user