removed adguard home from h001
This commit is contained in:
parent
2894e4050c
commit
ab930d0040
2 changed files with 0 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
{
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
services.adguardhome = {
|
|
||||||
enable = true;
|
|
||||||
allowDHCP = true;
|
|
||||||
openFirewall = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
|
||||||
53 # DNS
|
|
||||||
68 # DHCP
|
|
||||||
5543 # DNSCrypt
|
|
||||||
# 3000 # Initial installation
|
|
||||||
80 # admin panel
|
|
||||||
443 # admin panel
|
|
||||||
853 # DNS over tls
|
|
||||||
# 6060 # Debugging profile
|
|
||||||
];
|
|
||||||
networking.firewall.allowedUDPPorts = [
|
|
||||||
53 # DNS
|
|
||||||
# 67 # DHCP
|
|
||||||
# 68 # DHCP
|
|
||||||
443 # Admin panel/https dns over https
|
|
||||||
853 # DNS over quic
|
|
||||||
5443 # DNSCrypt
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -3,7 +3,6 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./adguardhome.nix
|
|
||||||
./nixarr.nix
|
./nixarr.nix
|
||||||
./monitoring.nix
|
./monitoring.nix
|
||||||
./pinchflat.nix
|
./pinchflat.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue