Changed synthing listen address
This commit is contained in:
@@ -121,8 +121,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 21 22 80 443 5900 8080 ];
|
networking.firewall.allowedTCPPorts = [ 21 22 80 443 5900 8080 8384];
|
||||||
networking.firewall.allowedUDPPorts = [ 21 22 80 443 5900 8080 ];
|
networking.firewall.allowedUDPPorts = [ 21 22 80 443 5900 8080 8384];
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
};
|
};
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
guiAddress = "0.0.0.0:8384"
|
||||||
};
|
};
|
||||||
programs.ranger = {
|
programs.ranger = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user