Skip to content

Commit

Permalink
[k] Set up Syncthing server
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Jul 13, 2024
1 parent 2979811 commit dfab9c1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions potassium/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,27 @@
};
};
};

# Syncthing Server
services.syncthing = {
enable = true;
openDefaultPorts = true;
settings = {
devices = {
argon.id = "ICCESTD-KVAK72C-5KNA662-A664RNG-7L24NWB-H3SQFTC-7TDIRLY-QHP7EQL";
phosphorous.id = "ATK67KF-7K5FEWT-TDCLGNK-5OA3WFP-ERNHUL3-KK3GB4A-ODD6BES-UDCIOA5";
laptop.id = "P3QWTGO-O75MDRX-TIAFVIO-ZHAG4YP-5ECWGAA-35I44T2-LFHSC5M-B2US6QS";
};
folders = {
"/srv/syncthing/whelchel_reunion" = {
id = "hb2tz-zl3vr";
devices = [
"argon"
"phosphorous"
"laptop"
];
};
};
};
};
}

0 comments on commit dfab9c1

Please sign in to comment.