23.11: syncthing config
This commit is contained in:
parent
206be0599b
commit
9056600dc8
1 changed files with 23 additions and 21 deletions
|
@ -10,6 +10,7 @@
|
||||||
group = "users";
|
group = "users";
|
||||||
# The directory where synchronised directories will exist
|
# The directory where synchronised directories will exist
|
||||||
dataDir = "/home/caspervk";
|
dataDir = "/home/caspervk";
|
||||||
|
settings = {
|
||||||
# Devices ignore their own IDs, allowing for a single configuration.
|
# Devices ignore their own IDs, allowing for a single configuration.
|
||||||
# TODO: Syncthing generates a private key and ID the first time it is
|
# TODO: Syncthing generates a private key and ID the first time it is
|
||||||
# started. On first install, add the devices' ID here and apply to the
|
# started. On first install, add the devices' ID here and apply to the
|
||||||
|
@ -35,4 +36,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue