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