modules: filebrowser: Listen on 0.0.0.0
by default
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
e6aec19d0b
commit
d8ba078718
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
|
||||
address = mkOption {
|
||||
type = types.str;
|
||||
default = "[::1]";
|
||||
default = "0.0.0.0";
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
|
|
Loading…
Reference in a new issue