summaryrefslogtreecommitdiff
path: root/hosts/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/syncthing.nix')
-rw-r--r--hosts/syncthing.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hosts/syncthing.nix b/hosts/syncthing.nix
index 09b0d9b..48e978d 100644
--- a/hosts/syncthing.nix
+++ b/hosts/syncthing.nix
@@ -1,9 +1,9 @@
{ pkgs, ...}:
{
- services.syncthing = {
- enable = true;
- user = "y";
- dataDir = "/home/y/sync/data";
- configDir = "/home/y/sync/.config";
- };
+# services.syncthing = {
+# enable = true;
+# user = "y";
+# dataDir = "/home/y/sync/data";
+# configDir = "/home/y/sync/.config";
+# };
}