kariru: update syncthing address
This commit is contained in:
parent
33a476fbd7
commit
5be7251d91
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
_: {
|
||||
networking.firewall.allowedTCPPorts = [8385];
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
dataDir = "/home/notoh/sync";
|
||||
configDir = "/home/notoh/.config/syncthing";
|
||||
guiAddress = "192.168.1.54:8385";
|
||||
guiAddress = "100.126.229.95:8386";
|
||||
user = "notoh";
|
||||
group = "users";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue