summaryrefslogtreecommitdiff
path: root/profiles/laptop.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-01-20 11:52:01 -0500
committerBen Sima <ben@bsima.me>2023-01-20 11:52:01 -0500
commit66d3268b80620ae1236cbfb7cbf07543061be607 (patch)
tree93d5e358ecfba5c15ec10f0436d2cb189e7876ac /profiles/laptop.nix
parentba74d12ea5a694ea4f5fafdc1a62d58a6916dcc0 (diff)
working on my email setup
Change-Id: Iff7f41d9474c0a6785c3f049b7b76da75c130d81
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r--profiles/laptop.nix10
1 files changed, 10 insertions, 0 deletions
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";
+ };
+ };
+ };
}