Skip to content

Commit

Permalink
chore: Add mbp syncthing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 10, 2024
1 parent 79ae92f commit 6a4c350
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions modules/services/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ in
framework.id = "YLGMFGU-DYU3KRI-UIJVSOK-DFWPDJ2-Y73BYZF-GOQSB7O-XUMCJ3Y-PWLE4AR";
jodi.id = "ND4CPWW-B6W3HQV-E4QLZAZ-RV7TWFP-2F2WNKB-ONLVHV4-K5AKYAK-KICP2AB"; # Set up externally
iphone.id = "S4UUK5M-MV6EGGH-GAW7KGW-4LOHO24-4K3BOKV-7TVOAIJ-AYZY5FA-DJY7FAV"; # Set up externally
mbp.id = "SORM6WA-5QWAQJ4-UHXAWXK-TXGQ54H-NA752HH-VVRJDDV-3L7JL6D-SRJ5JA4"; # Set up externally
meshify.id = "CQADMRG-ZDIC4C7-MDGHVTZ-QSVJMVR-MAYJJED-OIOXCIT-HXRPH66-RLG47QU";
nuc.id = "AUP2DGW-DVFZ5CT-D3TU2OH-SR7AO4A-WGAVWUE-Z2WWUTE-C67Z3KO-ERF4LQN";
unas.id = "XRLWH6T-X457IBB-HM4U4E3-4CNOBGS-NBSZI4V-2WM75VE-3UM4QWJ-OTHUEQI";
Expand All @@ -54,7 +55,7 @@ in
rescanIntervalS = 3600 * 6;
type = deviceType [
"framework"
"jodi"
"mbp"
"meshify"
];
enable = deviceEnabled devices;
Expand All @@ -64,7 +65,7 @@ in
sync = rec {
devices = [
"framework"
"jodi"
"mbp"
"iphone"
"meshify"
"nuc"
Expand All @@ -75,7 +76,7 @@ in
rescanIntervalS = 3600 * 6;
type = deviceType [
"framework"
"jodi"
"mbp"
"meshify"
"iphone"
];
Expand All @@ -91,7 +92,7 @@ in
src = rec {
devices = [
"framework"
"jodi"
"mbp"
"meshify"
"nuc"
"unas"
Expand All @@ -101,7 +102,7 @@ in
rescanIntervalS = 3600 * 2;
type = deviceType [
"framework"
"jodi"
"mbp"
"meshify"
];
enable = deviceEnabled devices;
Expand Down

0 comments on commit 6a4c350

Please sign in to comment.