syncthing: add petalburg

This commit is contained in:
Aly Raffauf 2024-11-25 15:13:23 -05:00
parent 15dffa496d
commit 220e336597

View file

@ -31,6 +31,7 @@ in {
"mauville" = {id = "52MTCMC-PKEWSAU-HADMTZU-DY5EKFO-B323P7V-OBXLNTQ-EJY7F7Y-EUWFBQX";}; # Desktop/homelab "mauville" = {id = "52MTCMC-PKEWSAU-HADMTZU-DY5EKFO-B323P7V-OBXLNTQ-EJY7F7Y-EUWFBQX";}; # Desktop/homelab
"norman" = {id = "IVFUFD4-LUQMX5V-FMUZQD2-EP6GOGQ-LPGYF5M-GFQDTNL-DVNQEA7-WWSWEQL";}; # Pixel 8a "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 "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 "rustboro" = {id = "7CXGPQN-7DYDYJN-DKELOR3-RD4HZUW-SSUDGLZ-WVXYFUT-DPT2MGD-6PO5BQF";}; # Thinkpad t440p
"slateport" = {id = "MDJFDUG-UJAXQXI-AMEF2AR-PBMD5QK-Z5ZG6AA-RCJCU3M-GZHQQEA-X2JGOAK";}; # homelab "slateport" = {id = "MDJFDUG-UJAXQXI-AMEF2AR-PBMD5QK-Z5ZG6AA-RCJCU3M-GZHQQEA-X2JGOAK";}; # homelab
"winona" = {id = "IGAW5SS-WY2QN6J-5TF74YZ-6XPNPTC-RCH3HIT-ZZQKCAI-6L54IS2-SNRIMA2";}; # Pixel Tablet "winona" = {id = "IGAW5SS-WY2QN6J-5TF74YZ-6XPNPTC-RCH3HIT-ZZQKCAI-6L54IS2-SNRIMA2";}; # Pixel Tablet
@ -41,7 +42,7 @@ in {
"sync" = { "sync" = {
id = "default"; id = "default";
path = "/home/aly/sync"; 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 = { versioning = {
type = "staggered"; type = "staggered";
params = { params = {
@ -54,7 +55,7 @@ in {
"screenshots" = { "screenshots" = {
id = "screenshots"; id = "screenshots";
path = "/home/aly/pics/screenshots"; path = "/home/aly/pics/screenshots";
devices = ["fallarbor" "lavaridge" "mauville" "norman" "rustboro" "slateport" "winona"]; devices = ["fallarbor" "lavaridge" "mauville" "norman" "petalburg" "rustboro" "slateport" "winona"];
versioning = { versioning = {
params.cleanoutDays = "5"; params.cleanoutDays = "5";
type = "trashcan"; type = "trashcan";
@ -63,14 +64,14 @@ in {
} }
// lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncMusic) { // lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncMusic) {
"music" = { "music" = {
devices = ["lavaridge" "mauville" "rustboro"]; devices = ["lavaridge" "mauville" "petalburg" "rustboro"];
id = "6nzmu-z9der"; id = "6nzmu-z9der";
path = config.ar.users.aly.syncthing.musicPath; path = config.ar.users.aly.syncthing.musicPath;
}; };
} }
// lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncROMs) { // lib.attrsets.optionalAttrs (config.ar.users.aly.syncthing.syncROMs) {
"roms" = { "roms" = {
devices = ["lavaridge" "mauville" "pacifidlog"]; devices = ["lavaridge" "mauville" "pacifidlog" "petalburg"];
id = "emudeck"; id = "emudeck";
path = "/home/aly/roms"; path = "/home/aly/roms";
}; };