From 8a7da194cd10f90e038627ccb1c9b7c8dac42b29 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 1 Jun 2019 17:50:43 +0000 Subject: modules/isync: don't run on boot, just on timer --- modules/workstation/mail/isync/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/workstation/mail/isync/default.nix b/modules/workstation/mail/isync/default.nix index cf05d9d8c32d..da7a332e927d 100644 --- a/modules/workstation/mail/isync/default.nix +++ b/modules/workstation/mail/isync/default.nix @@ -35,6 +35,5 @@ timerConfig.OnCalendar = "*:0/5"; timerConfig.Persistent = "true"; after = [ "networking.target" ]; - wantedBy = [ "multi-user.target" ]; }; } -- cgit 1.4.1