Skip to content

Commit

Permalink
Setup Synthing for SeedVault
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Jan 13, 2024
1 parent f1a5857 commit ce20230
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/carbon/syncthing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ in {
};
};
folders = {
"${cfg.dataDir}/seedvault" = {
id = "seedvault";
type = "receiveonly";
label = "seedvault";
devices = [ "carbon" "pixel" ];
};
"${cfg.dataDir}/${username}" = {
id = "syncthing";
label = "Syncthing";
Expand Down

0 comments on commit ce20230

Please sign in to comment.