feat: add postfix to web server
This commit is contained in:
parent
f362b2ab77
commit
2a5496118b
1 changed files with 7 additions and 0 deletions
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";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue