From dfc02ccc952d76fe61d755af0709906bec39ce8a Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 13 Aug 2023 15:46:16 +0200 Subject: [PATCH] pinwheel: Sync `work` with `sombrero` --- hosts/pinwheel/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index e402d6b..72b9c24 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -163,6 +163,17 @@ }; }; + work = { + path = "/home/alex/sync/work"; + devices = [ "sombrero" ]; + versioning = { + type = "staggered"; + params = { + maxAge = "2592000"; # 30 days + }; + }; + }; + "phone-gps" = { path = "/home/alex/sync/phone-gps"; devices = [ "phone" ];