updates, adguard and notmuch fixes

This commit is contained in:
Rouven Seifert 2023-04-30 21:50:47 +02:00
parent 138f05a468
commit a9cfb32b12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 52 additions and 22 deletions

View file

@ -1,7 +1,7 @@
{ ... }:
{
networking.firewall.allowedTCPPorts = [53];
networking.firewall.allowedUDPPorts = [53];
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
services.adguardhome = {
enable = true;
openFirewall = true;