diff --git a/userModules/aly/syncthing.nix b/userModules/aly/syncthing.nix index 832b262b..fba4889f 100644 --- a/userModules/aly/syncthing.nix +++ b/userModules/aly/syncthing.nix @@ -31,6 +31,7 @@ in { "mauville" = {id = "52MTCMC-PKEWSAU-HADMTZU-DY5EKFO-B323P7V-OBXLNTQ-EJY7F7Y-EUWFBQX";}; # Desktop/homelab "norman" = {id = "IVFUFD4-LUQMX5V-FMUZQD2-EP6GOGQ-LPGYF5M-GFQDTNL-DVNQEA7-WWSWEQL";}; # Pixel 8a "pacifidlog" = {id = "ZYYTOHY-47O26FT-4LZRX55-T54I3XQ-4VQAFTJ-RGI66XJ-YVO42QA-DYJERAE";}; # Lenovo Legion Go + "petalburg" = {id = "ECTD3LW-YZTJIXX-HLQYXT7-UGZSGST-3DDKF72-DJPMDHE-SUYDWIT-ASTKTAE";}; # Asus A16 "rustboro" = {id = "7CXGPQN-7DYDYJN-DKELOR3-RD4HZUW-SSUDGLZ-WVXYFUT-DPT2MGD-6PO5BQF";}; # Thinkpad t440p "slateport" = {id = "MDJFDUG-UJAXQXI-AMEF2AR-PBMD5QK-Z5ZG6AA-RCJCU3M-GZHQQEA-X2JGOAK";}; # homelab "winona" = {id = "IGAW5SS-WY2QN6J-5TF74YZ-6XPNPTC-RCH3HIT-ZZQKCAI-6L54IS2-SNRIMA2";}; # Pixel Tablet @@ -41,7 +42,7 @@ in { "sync" = { id = "default"; path = "/home/aly/sync"; - devices = ["fallarbor" "gsgmba" "iphone12" "lavaridge" "mauville" "norman" "pacifidlog" "rustboro" "slateport" "winona"]; + devices = ["fallarbor" "gsgmba" "iphone12" "lavaridge" "mauville" "norman" "pacifidlog" "petalburg" "rustboro" "slateport" "winona"]; versioning = { type = "staggered"; params = { @@ -54,7 +55,7 @@ in { "screenshots" = { id = "screenshots"; path = "/home/aly/pics/screenshots"; - devices = ["fallarbor" "lavaridge" "mauville" "norman" "rustboro" "slateport" "winona"]; + devices = ["fallarbor" "lavaridge" "mauville" "norman" "petalburg" "rustboro" "slateport" "winona"]; versioning = { params.cleanoutDays = "5"; type = "trashcan"; @@ -63,14 +64,14 @@ in { } // lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncMusic) { "music" = { - devices = ["lavaridge" "mauville" "rustboro"]; + devices = ["lavaridge" "mauville" "petalburg" "rustboro"]; id = "6nzmu-z9der"; path = config.ar.users.aly.syncthing.musicPath; }; } // lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncROMs) { "roms" = { - devices = ["lavaridge" "mauville" "pacifidlog"]; + devices = ["lavaridge" "mauville" "pacifidlog" "petalburg"]; id = "emudeck"; path = "/home/aly/roms"; };