From 65955b275708b06c0849a8c8c148bdb2999aaee0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Dec 2023 06:49:33 +0000 Subject: [PATCH] Remove old imapnotify modifications --- home/accounts/email.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/home/accounts/email.nix b/home/accounts/email.nix index 6e3595a6..6fc8bc04 100644 --- a/home/accounts/email.nix +++ b/home/accounts/email.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, hostName, ... }: +{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ davmail ]; @@ -130,14 +130,6 @@ }; systemd.user.services = let emailAccounts = config.accounts.email.accounts; in { - imapnotify-proton.Unit = lib.mkIf emailAccounts.proton.imapnotify.enable { - Wants = [ "protonmail-bridge.service" ]; - After = [ "protonmail-bridge.service" ]; - }; - imapnotify-outlook.Unit = lib.mkIf emailAccounts.outlook.imapnotify.enable { - Wants = [ "davmail.service" ]; - After = [ "davmail.service" ]; - }; protonmail-bridge = lib.mkIf emailAccounts.proton.mbsync.enable { Unit = { Description = "Podman container-protonmail-bridge.service";