Add 'Syncthing' example config to 'astyanax' host

This commit is contained in:
2025-11-15 21:09:36 +01:00
parent fcda5c511e
commit 829655f4ba

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 = {