.
This commit is contained in:
parent
e26e25b566
commit
be2843ca80
65 changed files with 187 additions and 39 deletions
|
|
@ -15,11 +15,11 @@ in
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
PORT = toString 9500;
|
||||
PORT = toString 9050;
|
||||
HOST = "0.0.0.0";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9500 ];
|
||||
networking.firewall.allowedTCPPorts = [ 9050 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue