Add 'Syncthing' example config to 'astyanax' host

main
Hektor Misplon 2025-11-15 21:09:36 +01:00
parent fcda5c511e
commit 829655f4ba
1 changed files with 11 additions and 0 deletions

View File

@ -47,6 +47,17 @@
services.syncthing = {
enable = true;
openDefaultPorts = true;
folders = {
"/home/h/sync" = {
id = "sync";
devices = [ ];
};
};
devices = {
# "device1" = {
# id = "DEVICE-ID-GOES-HERE";
# };
};
};
services.locate = {