Skip to content

Commit 907c7aa

Browse files
committed
fix default host bind for sabnzbd
1 parent 566011b commit 907c7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sabnzbd/settingsType.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ in
101101
# General settings
102102
host = mkOption {
103103
type = types.str;
104-
default = "0.0.0.0";
104+
default = "127.0.0.1";
105105
description = "Host to bind to";
106106
};
107107

0 commit comments

Comments
 (0)