diff --git a/nixarr/sabnzbd/default.nix b/nixarr/sabnzbd/default.nix index bc099e3..0099f58 100644 --- a/nixarr/sabnzbd/default.nix +++ b/nixarr/sabnzbd/default.nix @@ -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.