23.11: syncthing config

This commit is contained in:
Casper V. Kristensen 2023-12-01 21:52:30 +01:00
parent 206be0599b
commit 9056600dc8

View file

@ -10,6 +10,7 @@
group = "users";
# The directory where synchronised directories will exist
dataDir = "/home/caspervk";
settings = {
# Devices ignore their own IDs, allowing for a single configuration.
# 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
@ -35,4 +36,5 @@
};
};
};
};
}