summaryrefslogtreecommitdiff
path: root/modules/nixos/syncthing.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-10-29 18:53:48 +0300
committerAzat Bahawi <azat@bahawi.net>2023-10-29 18:53:48 +0300
commit8039d54cedd1db625ae43c9dc5d0740e95940b33 (patch)
tree0f372e6471f91214a19e3e6fd11e77a2edcd0b0f /modules/nixos/syncthing.nix
parent26125aac992416df8a3fd1f860aabcf6a37380ba (diff)
2023-10-29
Diffstat (limited to 'modules/nixos/syncthing.nix')
-rw-r--r--modules/nixos/syncthing.nix6
1 files changed, 3 insertions, 3 deletions
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;
};