From 66d3268b80620ae1236cbfb7cbf07543061be607 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 20 Jan 2023 11:52:01 -0500 Subject: working on my email setup Change-Id: Iff7f41d9474c0a6785c3f049b7b76da75c130d81 --- profiles/laptop.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'profiles/laptop.nix') diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 39c875c..3e25609 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -8,6 +8,7 @@ ../lib/emacs.nix ../lib/ssh.nix ../lib/packages.nix + ../lib/email.nix ]; home = { @@ -114,4 +115,13 @@ ]; }; }; + + services.muchsync = { + remotes = { + server = { + frequency = "*:/10"; + remote.host = "dev.simatime.com"; + }; + }; + }; } -- cgit v1.2.3