pihole port typo
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
};
|
};
|
||||||
pihole = {
|
pihole = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8054;
|
port = 8053;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ in {
|
|||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = lib.mkIf cfg.pihole.enable {
|
||||||
allowedTCPPorts = [53 5335];
|
allowedTCPPorts = [53 5335];
|
||||||
allowedUDPPorts = [53 5335];
|
allowedUDPPorts = [53 5335];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user