From bafdd39f26cd7a74f7803f5aac5169c966695d33 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 9 May 2023 15:28:48 +0200 Subject: [PATCH] sombrero: Add `hosts` in syncthing --- hosts/sombrero/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 2c0e326..f7a6efd 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -176,6 +176,17 @@ }; folders = { + "hosts" = { + path = "/home/alex/backup/sync/hosts"; + devices = [ "bennu" ]; + versioning = { + type = "staggered"; + params = { + maxAge = "2592000"; # 30 days + }; + }; + }; + "org" = { path = "/home/alex/backup/sync/org"; devices = [ "phone" "bennu" ];