diff options
-rw-r--r-- | profiles/laptop.nix | 37 |
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; + # }; + # }; + # }; + #}; } |