From a3d7e70328d27f0c09f1229a4c54a7d38f7128bd Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 22:36:09 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/syncthing.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/hosts/nixos-framework/syncthing.nix b/nixos/hosts/nixos-framework/syncthing.nix index f1a448a6..c0586789 100644 --- a/nixos/hosts/nixos-framework/syncthing.nix +++ b/nixos/hosts/nixos-framework/syncthing.nix @@ -4,6 +4,9 @@ services.syncthing = { enable = true; user = "${username}"; + configDir = "/home/${username}/Documents/.config/syncthing"; + overrideDevices = true; + overrideFolders = true; settings = { folders = { "world-of-warcraft" = {