feat: add postfix to web server

This commit is contained in:
2025-05-24 10:12:39 +02:00
parent f362b2ab77
commit 2a5496118b

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }: {
services.postfix = {
enable = true;
domain = "cloonar.com";
hostname = "web-arm.cloonar.com";
};
}