Changed synthing listen address

This commit is contained in:
2025-08-20 14:22:51 -04:00
parent 8e9b4c3a66
commit 16b1ad9724
2 changed files with 3 additions and 2 deletions

View File

@@ -121,8 +121,8 @@
];
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 21 22 80 443 5900 8080 ];
networking.firewall.allowedUDPPorts = [ 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 8384];
# Or disable the firewall altogether.
# networking.firewall.enable = false;

View File

@@ -12,6 +12,7 @@
};
services.syncthing = {
enable = true;
guiAddress = "0.0.0.0:8384"
};
programs.ranger = {
enable = true;