From 5250dc6adab5961561ceec808b5bba778beecc83 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 20 Jan 2023 17:05:16 -0500 Subject: setup afew MailMover (i think) Change-Id: Ia9b38360f359f1c7234fc894fbfc8d97d426ce45 --- profiles/laptop.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'profiles') diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 3e25609..f6af7ac 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -118,9 +118,18 @@ services.muchsync = { remotes = { - server = { - frequency = "*:/10"; - remote.host = "dev.simatime.com"; + lithium = { + frequency = "*:0/10"; + upload = true; + remote = { + host = "dev.simatime.com"; + checkForModifiedFiles = true; + importNew = true; + }; + local = { + checkForModifiedFiles = true; + importNew = true; + }; }; }; }; -- cgit v1.2.3