Changed sabnzbd default port

This commit is contained in:
rasmus-kirk
2025-06-05 22:48:24 +02:00
parent 96a6af5a4f
commit d564b7059b
+1 -1
View File
@@ -35,7 +35,7 @@ in {
guiPort = mkOption {
type = types.port;
default = 8080;
default = 6336;
example = 9999;
description = ''
The port that SABnzbd's GUI will listen on for incomming connections.