mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
more monitoring
This commit is contained in:
parent
3f206d8fe0
commit
d58be54704
7 changed files with 128 additions and 14 deletions
|
@ -8,6 +8,7 @@
|
|||
locals = {
|
||||
"worker-controller.inc".text = ''
|
||||
secure_ip = "0.0.0.0/0";
|
||||
bind_socket = "0.0.0.0:11334";
|
||||
'';
|
||||
"redis.conf".text = ''
|
||||
read_servers = "/run/redis-rspamd/redis.sock";
|
||||
|
@ -54,6 +55,7 @@
|
|||
reverse_proxy 127.0.0.1:11334
|
||||
'';
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 11334 ];
|
||||
systemd = {
|
||||
services.rspamd-dmarc-report = {
|
||||
description = "rspamd dmarc reporter";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue