From 8039d54cedd1db625ae43c9dc5d0740e95940b33 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 29 Oct 2023 18:53:48 +0300 Subject: 2023-10-29 --- modules/nixos/syncthing.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/nixos') diff --git a/modules/nixos/syncthing.nix b/modules/nixos/syncthing.nix index 399fb6b..8815f98 100644 --- a/modules/nixos/syncthing.nix +++ b/modules/nixos/syncthing.nix @@ -106,17 +106,17 @@ in { versioning = trashcan; }; org = { - path = "${documents}/org"; + path = "${documents}/org"; # Configured by Emacs. devices = all; versioning = simple; }; roam = { - path = "${documents}/roam"; + path = "${documents}/roam"; # Configured by Emacs. devices = notOther; versioning = simple; }; elfeed = { - path = "${config.my.home}/.elfeed"; + path = "${config.my.home}/.elfeed"; # Configured by Emacs. devices = notOther; versioning = trashcan; }; -- cgit v1.2.3