diff options
author | polwex <polwex@sortug.com> | 2024-07-26 19:04:26 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-26 19:04:26 +0700 |
commit | 44135f803ead33d0e31c878cd9cf0374a806d274 (patch) | |
tree | 4636f3fd0f3843ea17d1ec22e366dac6ed45fa77 /hosts/syncthing.nix | |
parent | a1e9fe60efbb19ba562a0ef54509c86e21376570 (diff) |
fw
Diffstat (limited to 'hosts/syncthing.nix')
-rw-r--r-- | hosts/syncthing.nix | 12 |
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"; +# }; } |