feat(syncthing): set up LAN-only sync for 'readings'

This commit is contained in:
2026-07-23 19:17:29 +02:00
parent 254f9c2577
commit 696dffcbfb
3 changed files with 69 additions and 2 deletions
+10 -1
View File
@@ -67,7 +67,16 @@ in
};
ssh.enable = true;
storage.enable = true;
syncthing.enable = true;
syncthing = {
enable = true;
folders.readings = {
path = "/home/${config.host.username}/doc/readings";
devices = [
"astyanax"
"boox"
];
};
};
tailscale.enable = true;
taskwarrior.enable = true;
wol = {
+10
View File
@@ -49,6 +49,16 @@ in
secrets.enable = true;
ssh.enable = true;
storage.enable = true;
syncthing = {
enable = true;
folders.readings = {
path = "/home/${config.host.username}/doc/readings";
devices = [
"andromache"
"boox"
];
};
};
taskwarrior.enable = true;
secrets.nixSigningKey.enable = true;