Allow syncthing access remotely
This commit is contained in:
@@ -34,6 +34,15 @@
|
||||
firewall.trustedInterfaces = ["tailscale0"];
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
extraOptions = {
|
||||
gui = {
|
||||
insecureSkipHostcheck = true;
|
||||
};
|
||||
};
|
||||
guiAddress = "localhost:8387";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
kitty # For terminfo
|
||||
|
||||
Reference in New Issue
Block a user