summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nvandoorn.com>2023-03-16 20:41:05 +0000
committerNick Van Doorn <nick@nvandoorn.com>2023-03-16 20:41:05 +0000
commit6475050653987a16b197c6a64dc54ddeff4482ad (patch)
treee8dd09594b40a624729722deaf0440a747c96baf
parentb8fbf4fbe4a974f2ad57a444b25091c58c637200 (diff)
Add adguard home
it seems ok
-rw-r--r--configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index e533725..649e6a8 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -125,8 +125,9 @@
6595
80
443
+ 3000
];
- networking.firewall.allowedUDPPorts = [ 137 138 ];
+ networking.firewall.allowedUDPPorts = [ 137 138 53 ];
networking.firewall.allowPing = true;
services.cron = {
@@ -235,6 +236,7 @@
};
services.nfs.server.enable = true;
services.tailscale.enable = true;
+ services.adguardhome.enable = true;
fileSystems."/export/media1" = {
device = "/mnt/cluster1/media";