adguard + nextcloud: remove

This commit is contained in:
Rouven Seifert 2023-11-18 00:11:37 +01:00
parent a3b8f97208
commit 81d601608d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 12 additions and 94 deletions

View file

@ -1,10 +0,0 @@
{ ... }:
{
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
services.adguardhome = {
enable = true;
openFirewall = true;
settings.bind_port = 3000;
};
}