aboutsummaryrefslogtreecommitdiff
path: root/modules/user/syncthing.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-26 14:54:57 -0400
committerRosa <rosaontheweb@proton.me>2026-05-26 14:54:57 -0400
commitf99f1f9fb2d8985384e1e6ccb2388daab5a9978f (patch)
treeb163caa048beff5953f283d41f6e1a709c583a33 /modules/user/syncthing.nix
parent5497fa685466c73cbcffd3e77056752a8d818e3e (diff)
remove syncthing
Diffstat (limited to 'modules/user/syncthing.nix')
-rw-r--r--modules/user/syncthing.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/user/syncthing.nix b/modules/user/syncthing.nix
deleted file mode 100644
index e719672..0000000
--- a/modules/user/syncthing.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, ... }:
-{
- services.syncthing.settings = {
- devices = {
- angel = {
- addresses = [ "tcp://10.6.6.2:22000" ];
- id = "DN6TIYA-X4BUO4M-4VQKZFO-NP2QYNY-NRNXE4S-QT6WTNK-FW4ZASY-2GJ3QAZ";
- };
- };
-
- folders = {
- "/home/rosa/Documents/Security" = {
- devices = [ "angel" ];
- id = "passwords_and_such";
- };
- };
- };
-}