From 5497fa685466c73cbcffd3e77056752a8d818e3e Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 26 May 2026 14:28:53 -0400 Subject: syncing my things --- modules/user/syncthing.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/user/syncthing.nix (limited to 'modules/user/syncthing.nix') diff --git a/modules/user/syncthing.nix b/modules/user/syncthing.nix new file mode 100644 index 0000000..e719672 --- /dev/null +++ b/modules/user/syncthing.nix @@ -0,0 +1,18 @@ +{ 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"; + }; + }; + }; +} -- cgit v1.3.1