summaryrefslogtreecommitdiff
path: root/common/home/services/syncthing
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:58:59 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:58:59 +0200
commitebb67feeb46226dff0d384c7800dab4e42a03912 (patch)
treed3e91ce8dace5770792f4633b31ecea93988bc5c /common/home/services/syncthing
parent04e96de97689d1b78437df4173ece9857d9c6a61 (diff)
refactor home
Diffstat (limited to 'common/home/services/syncthing')
-rw-r--r--common/home/services/syncthing/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/services/syncthing/default.nix b/common/home/services/syncthing/default.nix
new file mode 100644
index 0000000..3887830
--- /dev/null
+++ b/common/home/services/syncthing/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ enable = true;
+}