update syncthing
This commit is contained in:
parent
3208537433
commit
7172ac7754
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
options = {
|
options = {
|
||||||
urAccepted = -1;
|
urAccepted = -1;
|
||||||
localAnnounceEnabled = true;
|
localAnnounceEnabled = true;
|
||||||
relaysEnabled = true;
|
relaysEnabled = false;
|
||||||
};
|
};
|
||||||
devices = {
|
devices = {
|
||||||
"framework-server" = { # The docker container, not the host
|
"framework-server" = { # The docker container, not the host
|
||||||
|
@ -54,11 +54,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Symlink created with home-manager
|
|
||||||
folders = {
|
folders = {
|
||||||
"logseq" = {
|
"logseq" = {
|
||||||
id = "logseq";
|
id = "logseq";
|
||||||
path = "/home/${username}/.logseq";
|
path = "/home/${username}/.logseq";
|
||||||
|
versioning.type = "trashcan";
|
||||||
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
|
devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
|
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5
|
Loading…
Reference in a new issue