diff options
author | Ben Sima <ben@bsima.me> | 2023-01-20 17:05:16 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-20 17:05:16 -0500 |
commit | 5250dc6adab5961561ceec808b5bba778beecc83 (patch) | |
tree | 7d43a4d78f43ea2ea3d6945f938a9adf18459d01 /profiles | |
parent | 66d3268b80620ae1236cbfb7cbf07543061be607 (diff) |
setup afew MailMover (i think)
Change-Id: Ia9b38360f359f1c7234fc894fbfc8d97d426ce45
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/laptop.nix | 15 |
1 files changed, 12 insertions, 3 deletions
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; + }; }; }; }; |