From 7172ac7754974416adbf161112388526db973480 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Aug 2024 14:27:03 +0900 Subject: [PATCH] update syncthing --- nixos/common/services/syncthing.nix | 4 ++-- wallpapers | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index d0559bd6..dd9c8913 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -29,7 +29,7 @@ options = { urAccepted = -1; localAnnounceEnabled = true; - relaysEnabled = true; + relaysEnabled = false; }; devices = { "framework-server" = { # The docker container, not the host @@ -54,11 +54,11 @@ }; }; - # Symlink created with home-manager folders = { "logseq" = { id = "logseq"; path = "/home/${username}/.logseq"; + versioning.type = "trashcan"; devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ]; }; }; diff --git a/wallpapers b/wallpapers index 26552d8b..8ed82c9a 160000 --- a/wallpapers +++ b/wallpapers @@ -1 +1 @@ -Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108 +Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5