nix/nixos/common/services/syncthing.nix
2024-02-13 22:11:47 +09:00

16 lines
No EOL
518 B
Nix

{pkgs, config, ... }: {
services.syncthing = {
settings = {
devices = {
"win10-desktop" = {
name = "win10-desktop";
id = "VDAEJGQ-RA7GAT5-KLA7SRL-X2CV2EG-RMRMD6Z-TFE36JA-2TBBQG2-ED346AL";
};
"framework-server" = {
name = "framework-server";
id = "ULRNA7N-Q7WTZR3-PDQW52W-IWT4UOG-ABF5RCT-W6XJXOW-WQTJIWR-GBFUJQR";
};
};
};
};
}