From 045663bd6784dc28d49a5341bc5fd7804efab222 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 28 Jul 2023 21:02:27 -0400 Subject: Disable email on laptop I never use it anyway Change-Id: I1850ee748c0da043a8c2a70c31c40faba690afca --- profiles/laptop.nix | 37 +++++++++++++++++++------------------ 1 file 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; + # }; + # }; + # }; + #}; } -- cgit v1.2.3