Changed sabnzbd default port
This commit is contained in:
@@ -35,7 +35,7 @@ in {
|
|||||||
|
|
||||||
guiPort = mkOption {
|
guiPort = mkOption {
|
||||||
type = types.port;
|
type = types.port;
|
||||||
default = 8080;
|
default = 6336;
|
||||||
example = 9999;
|
example = 9999;
|
||||||
description = ''
|
description = ''
|
||||||
The port that SABnzbd's GUI will listen on for incomming connections.
|
The port that SABnzbd's GUI will listen on for incomming connections.
|
||||||
|
|||||||
Reference in New Issue
Block a user