From ce2023028b73de7c17fcc565e7ef6bcafa3f355c Mon Sep 17 00:00:00 2001 From: Andrei Lapshin Date: Sat, 13 Jan 2024 19:08:03 +0100 Subject: [PATCH] Setup Synthing for SeedVault --- hosts/carbon/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/carbon/syncthing.nix b/hosts/carbon/syncthing.nix index a03f865c..9e2aba44 100644 --- a/hosts/carbon/syncthing.nix +++ b/hosts/carbon/syncthing.nix @@ -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";