❄️ Dotfiles for our NixOS system configuration.

chore(services:adguardhome): change ports

Chloe c8804349 901b4d87

Changed files
+3 -6
services
adguardhome
+3 -6
services/adguardhome/default.nix
···
services.adguardhome = {
enable = true;
host = "0.0.0.0";
-
port = 80;
+
port = 3000;
settings = {
dns = {
port = 53;
port_tls = 853;
-
port_https = 443;
+
port_https = 8443;
port_quic = 784;
};
-
-
web_port = 3000;
};
};
settings.firewall = {
allowedTCPPorts = [
-
80
-
443
+
8443
3000
];
allowedUDPPorts = [