1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Bind kresd and redis to ::

This commit is contained in:
RGBCube 2024-01-13 13:14:25 +03:00
parent 9804c47cba
commit 2825322035
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{ config, ulib, ... }: with ulib;
{ config, lib, ulib, ... }: with ulib;
let
inherit (config.networking) domain;
@ -47,6 +47,9 @@ in serverSystemConfiguration {
}];
}];
services.kresd.listenPlain = lib.mkForce [ "[::]:53" "0.0.0.0:53" ];
services.redis.servers.rspamd.bind = "0.0.0.0";
mailserver = enabled {
inherit fqdn;