users/jan: remove davmail
This commit is contained in:
parent
4b97e3df3e
commit
136581cbc6
4 changed files with 1 additions and 17 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, lib, inputs, globalData, packagesPath, ... }:
|
{ config, pkgs, lib, inputs, globalData, packagesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [./davmail.secret.nix];
|
imports = [];
|
||||||
|
|
||||||
nixpkgs.overlays = lib.mkAfter [
|
nixpkgs.overlays = lib.mkAfter [
|
||||||
inputs.nil.overlays.nil
|
inputs.nil.overlays.nil
|
||||||
|
@ -34,22 +34,6 @@
|
||||||
let lanMouseCfg = config.home-manager.users.jan.local.services.lan-mouse;
|
let lanMouseCfg = config.home-manager.users.jan.local.services.lan-mouse;
|
||||||
in lib.optional lanMouseCfg.enable lanMouseCfg.settings.port;
|
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 = {
|
home-manager.users.jan = {
|
||||||
imports = [
|
imports = [
|
||||||
./email_accounts.secret.nix
|
./email_accounts.secret.nix
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue