summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-07-28 21:02:27 -0400
committerBen Sima <ben@bsima.me>2023-07-28 21:03:24 -0400
commit045663bd6784dc28d49a5341bc5fd7804efab222 (patch)
treef0e094c44fd2b6f49792a2a6acfbc4a2064811cc
parent9fb03fe577a1af1b2d40f1d7f182b0c12ee97430 (diff)
Disable email on laptop
I never use it anyway Change-Id: I1850ee748c0da043a8c2a70c31c40faba690afca
-rw-r--r--profiles/laptop.nix37
1 files changed, 19 insertions, 18 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix
index bc19990..77bc792 100644
--- a/profiles/laptop.nix
+++ b/profiles/laptop.nix
@@ -8,7 +8,7 @@
../lib/emacs.nix
../lib/ssh.nix
../lib/packages.nix
- ../lib/email.nix
+ # ../lib/email.nix
];
home = {
@@ -117,21 +117,22 @@
};
};
- services.muchsync = {
- remotes = {
- lithium = {
- frequency = "*:0/05";
- upload = true;
- remote = {
- host = "dev.simatime.com";
- checkForModifiedFiles = true;
- importNew = true;
- };
- local = {
- checkForModifiedFiles = true;
- importNew = true;
- };
- };
- };
- };
+ # this doesn't have an 'enable' option??
+ #services.muchsync = {
+ # remotes = {
+ # lithium = {
+ # frequency = "*:0/05";
+ # upload = true;
+ # remote = {
+ # host = "dev.simatime.com";
+ # checkForModifiedFiles = true;
+ # importNew = true;
+ # };
+ # local = {
+ # checkForModifiedFiles = true;
+ # importNew = true;
+ # };
+ # };
+ # };
+ #};
}