users/jan: remove davmail

This commit is contained in:
Dmitriy Pleshevskiy 2025-03-26 22:04:35 +03:00
parent 4b97e3df3e
commit 136581cbc6
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
4 changed files with 1 additions and 17 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, inputs, globalData, packagesPath, ... }:
{
imports = [./davmail.secret.nix];
imports = [];
nixpkgs.overlays = lib.mkAfter [
inputs.nil.overlays.nil
@ -34,22 +34,6 @@
let lanMouseCfg = config.home-manager.users.jan.local.services.lan-mouse;
in lib.optional lanMouseCfg.enable lanMouseCfg.settings.port;
# Required to use MS Exchange in aerc
services.davmail = {
enable = true;
url = "https://outlook.office365.com/EWS/Exchange.asmx";
config.davmail = {
allowRemote = false;
ssl = {
nosecurecaldav = false;
nosecureimap = false;
nosecureldap = false;
nosecuresmtp = false;
};
mode = "O365Manual";
};
};
home-manager.users.jan = {
imports = [
./email_accounts.secret.nix

Binary file not shown.