update syncthing
This commit is contained in:
parent
c68f90c2a7
commit
45148bc7dd
3 changed files with 9 additions and 9 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue