aboutsummaryrefslogtreecommitdiff
path: root/modules/user/syncthing.nix
diff options
context:
space:
mode:
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";
- };
- };
- };
-}