update syncthing

This commit is contained in:
albert 2024-08-14 10:19:37 +09:00
parent c68f90c2a7
commit 45148bc7dd
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 9 additions and 9 deletions

View file

@ -4,9 +4,9 @@
services.syncthing = {
settings = {
folders = {
"notes" = {
id = "notes";
path = "/home/${username}/notes";
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ];
};
};

View file

@ -14,9 +14,9 @@
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
};
"notes" = {
id = "notes";
path = "/home/${username}/notes";
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ];
};
};

View file

@ -14,9 +14,9 @@
path = "/home/${username}/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" ];
};
"notes" = {
id = "notes";
path = "/home/${username}/notes";
"logseq" = {
id = "logseq";
path = "/home/${username}/.logseq";
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ];
};
};