Compare commits

...

2 commits

5 changed files with 1 additions and 22 deletions

View file

@ -6,8 +6,3 @@
34.77.14.97/32
# apollographql.com
147.75.40.150/32
# reddit.com
151.101.129.140/32
151.101.1.140/32
151.101.193.140/32
151.101.65.140/32

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.