Get syncthing devices from the configs of the other hosts

This commit is contained in:
SebastianStork 2025-04-13 13:36:14 +02:00
parent 896549c6fb
commit 4bf2aef5cf
4 changed files with 30 additions and 17 deletions

View file

@ -47,6 +47,7 @@ in
syncthing = {
enable = true;
isServer = true;
deviceId = "5R2MH7T-Q2ZZS2P-ZMSQ2UJ-B6VBHES-XYLNMZ6-7FYC27L-4P7MGJ2-FY4ITQD";
};
};
}

View file

@ -24,6 +24,9 @@
enable = true;
ssh.enable = true;
};
syncthing.enable = true;
syncthing = {
enable = true;
deviceId = "Q4YPD3V-GXZPHSN-PT5X4PU-FBG4GX2-IASBX75-7NYMG75-4EJHBMZ-4WGDDAP";
};
};
}

View file

@ -21,7 +21,10 @@
enable = true;
ssh.enable = true;
};
syncthing.enable = true;
syncthing = {
enable = true;
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
};
steam.enable = true;
};