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 = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
dataDir = "/home/notoh/sync";
|
dataDir = "/home/notoh/sync";
|
||||||
configDir = "/home/notoh/.config/syncthing";
|
configDir = "/home/notoh/.config/syncthing";
|
||||||
guiAddress = "192.168.1.54:8385";
|
guiAddress = "100.126.229.95:8386";
|
||||||
user = "notoh";
|
user = "notoh";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue