From 334312457cef1519856181a260d1eb1cfcf194c9 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Mon, 24 Jun 2024 20:15:37 -0400 Subject: [PATCH] Fix syncthing --- nixos.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos.nix b/nixos.nix index 4cea1d5..142eb6d 100644 --- a/nixos.nix +++ b/nixos.nix @@ -185,7 +185,15 @@ let systemInformation = import ./system/system-information.nix; in kudzu.id = "RQUVE3L-D345NMM-4KUE7D6-PCJ3HIO-VFZNYJ6-BNF2YH3-6UBCXF7-NS5YKQR"; }; + settings.folders.sync = { + devices = ["redwood" "mugwort" "kudzu"]; + id = "xuwnn-mknwe"; + label = "Sync"; + path = "~/Sync"; + versioning = { type = "trashcan"; params.cleanoutDays = "14"; }; + }; overrideDevices = true; + overrideFolders = true; }; openssh = { # Disable by default