Syncthing on driftwood
This commit is contained in:
parent
b7011813bf
commit
bc55a7e78f
1 changed files with 7 additions and 0 deletions
|
@ -50,4 +50,11 @@
|
|||
# Open firewall ports for HTTP, HTTPS, and Matrix federation
|
||||
networking.firewall.allowedTCPPorts = [80 443 8448];
|
||||
networking.firewall.allowedUDPPorts = [80 443 8448];
|
||||
|
||||
# Syncthing host as an untrusted backup
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "nathan";
|
||||
guiAddress = "100.64.0.3:8384";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue