From 84d7c263d02e1d6c2d8a2dfe4e6cbec6e6dada40 Mon Sep 17 00:00:00 2001 From: Wittano Date: Sat, 4 Nov 2023 17:15:34 +0100 Subject: [PATCH] feat(syncthing): update syncthing config --- modules/services/syncthing.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 02bf5fbc..6497389b 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -24,7 +24,7 @@ in "${homeDir}/.keepass" = { id = "xm73k-khame"; label = "Passwords"; - devices = [ "Phone" ]; + devices = [ "Phone" "Server - TrueNAS" ]; }; "${homeDir}/Documents/notes" = { @@ -36,21 +36,15 @@ in "${homeDir}/Sync" = { id = "default"; label = "Sync folder"; - devices = [ "Phone" ]; - }; - - "/mnt/windows" = { - id = "bkono-cnxed"; - label = "Windows VM"; - devices = [ "Windows VM" ]; + devices = [ "Phone" "Server - TrueNAS" ]; }; }; devices = { Phone = { id = "WOQUTMO-7NJ7ONW-TMJ27JC-ENUM6QN-WE35NQO-MEUP3VQ-FEMMI2E-TCT4LQ4"; }; - "Windows VM" = { - id = "AWPKKY3-4HT6T7P-4M5H6TA-C4Y4NZ4-WBXJWYJ-AVDIW5C-3OSNO5B-FMZCSAD"; + "Server - TrueNAS" = { + id = "CIMVMQO-7RLKQAL-BXRS6Z3-XXFPRLB-PYHZUR3-KKH5HGX-PFWLY6S-C3KLEQ6"; }; }; extraOptions = { gui.theme = "dark"; };