base/postfix: remove, base:nullmailer: init

This commit is contained in:
h7x4
2026-07-21 20:11:28 +09:00
parent 9a837d210d
commit 361a23f4d3
4 changed files with 17 additions and 32 deletions
+1 -9
View File
@@ -1,14 +1,6 @@
{ config, lib, pkgs, ... }:
{
services.postfix.enable = lib.mkForce false;
services.nullmailer = {
enable = true;
config = {
me = config.networking.fqdn;
remotes = "mail.pvv.ntnu.no smtp --port=25";
};
};
services.nullmailer.enable = true;
services.bro = {
enable = true;