.
This commit is contained in:
parent
e26e25b566
commit
be2843ca80
65 changed files with 187 additions and 39 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
auth_enabled = false;
|
||||
|
||||
server = {
|
||||
http_listen_port = 9300;
|
||||
http_listen_port = 9030;
|
||||
};
|
||||
|
||||
common = {
|
||||
|
|
@ -44,6 +44,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9300 ];
|
||||
networking.firewall.allowedTCPPorts = [ 9030 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue