pihole port typo

This commit is contained in:
2025-08-03 17:16:29 +02:00
parent 31e48f0853
commit 2860854c03
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
};
pihole = {
enable = true;
port = 8054;
port = 8053;
};
};
};