aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/syncthing.nix')
-rw-r--r--nixos/.flake/home/services/syncthing.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nixos/.flake/home/services/syncthing.nix b/nixos/.flake/home/services/syncthing.nix
deleted file mode 100644
index 1eccd8d..0000000
--- a/nixos/.flake/home/services/syncthing.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- services.syncthing = {
- enable = true;
- };
-}