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"; 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 @@
}; };
}; };
}; };
};
} }