Skip to content

Commit

Permalink
feat(syncthing): update syncthing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 4, 2023
1 parent 8639d4b commit 84d7c26
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions modules/services/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in
"${homeDir}/.keepass" = {
id = "xm73k-khame";
label = "Passwords";
devices = [ "Phone" ];
devices = [ "Phone" "Server - TrueNAS" ];
};

"${homeDir}/Documents/notes" = {
Expand All @@ -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"; };
Expand Down

0 comments on commit 84d7c26

Please sign in to comment.