Skip to content

Commit

Permalink
syncthing: update roms folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hyshka committed Dec 1, 2024
1 parent 515c53a commit 160a59c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions hosts/starship/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
devices = {
"bryan-pixel4" = {id = "IUO5O7L-5CKMEZQ-4USKX7X-JTFZHZZ-3V6CBZE-4PQHMEU-TZXE7YN-FEDYMA2";};
"tiny1" = {id = "SBU2DEZ-MEVLQ2S-2HN6L6N-3VILABR-Z3C5NWU-UD36AF7-4HVFWZ7-W2QJWQB";};
"rg353ps" = {id = "7NUMEKY-IPM4SAT-HXKSGQP-KFBVHZO-PTSC5HW-CK5FBYL-HR5NKL6-KYQNXAY";};
"rg353ps" = {id = "U4UPYDR-LVN7VTQ-3SOLQWP-QJFRKKN-IWGOXZR-2YOFOZL-OFEGGYA-ZMC6HAS";};
"renee-pixel7a" = {id = "KRD7T33-N5HKRSI-SA6NVWO-5D5ACZQ-5KD4SSU-MVFZZ3K-OOJA6BF-KWP4UA3";};
};
folders = {
Expand Down Expand Up @@ -83,9 +83,11 @@
path = "/home/hyshka/Darktable";
devices = ["tiny1"];
};
"StardewValley_Saves" = {
id = "j6n94-htfpu";
path = "/home/hyshka/.config/StardewValley/Saves/";
# TODO: automate symlink for stardew saves
# ln -s ~/Games/Roms/ports/stardewvalley/savedata/Saves ~/.config/StardewValley/Saves
"Roms" = {
id = "xgy3x-u2fhw";
path = "/home/hyshka/Games/Roms/";
devices = ["tiny1" "rg353ps"];
};
};
Expand Down
8 changes: 4 additions & 4 deletions hosts/tiny1/services/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
devices = {
"starship" = {id = "Y5NGEPL-5ZSFMIJ-DR2NZZD-EYVGP7J-AZ4M2LY-ER7BZ4J-SXUNYVA-L2IJKQB";};
"bryan-pixel4" = {id = "IUO5O7L-5CKMEZQ-4USKX7X-JTFZHZZ-3V6CBZE-4PQHMEU-TZXE7YN-FEDYMA2";};
"rg353ps" = {id = "7NUMEKY-IPM4SAT-HXKSGQP-KFBVHZO-PTSC5HW-CK5FBYL-HR5NKL6-KYQNXAY";};
"rg353ps" = {id = "U4UPYDR-LVN7VTQ-3SOLQWP-QJFRKKN-IWGOXZR-2YOFOZL-OFEGGYA-ZMC6HAS";};
"renee-pixel7a" = {id = "KRD7T33-N5HKRSI-SA6NVWO-5D5ACZQ-5KD4SSU-MVFZZ3K-OOJA6BF-KWP4UA3";};
};
folders = {
Expand Down Expand Up @@ -115,9 +115,9 @@
devices = ["bryan-pixel4"];
type = "receiveonly";
};
"StardewValley_Saves" = {
id = "j6n94-htfpu";
path = "/mnt/storage/hyshka/StardewValley_Saves";
"Roms" = {
id = "xgy3x-u2fhw";
path = "/mnt/storage/hyshka/Roms/";
devices = ["starship" "rg353ps"];
type = "receiveonly";
};
Expand Down

0 comments on commit 160a59c

Please sign in to comment.