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:
parent
9804c47cba
commit
2825322035
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue