Update modules/mailserver.nix
This commit is contained in:
parent
9206ce8cbe
commit
04cb9e530b
@ -66,7 +66,7 @@ in {
|
|||||||
];
|
];
|
||||||
dnsBlacklistOverrides = ''
|
dnsBlacklistOverrides = ''
|
||||||
balsoft.ru OK
|
balsoft.ru OK
|
||||||
${builtins.concatStringsSep "OK \n" (builtins.attrNames config.devices)} OK
|
${builtins.concatStringsSep " OK \n" (builtins.attrNames config.devices)} OK
|
||||||
192.168.0.0/16 OK
|
192.168.0.0/16 OK
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user