Compare commits
2 commits
38b0a0daa6
...
136581cbc6
Author | SHA1 | Date | |
---|---|---|---|
136581cbc6 | |||
4b97e3df3e |
5 changed files with 1 additions and 22 deletions
hosts/tatos/services/wireguard
users/jan
|
@ -6,8 +6,3 @@
|
||||||
34.77.14.97/32
|
34.77.14.97/32
|
||||||
# apollographql.com
|
# apollographql.com
|
||||||
147.75.40.150/32
|
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.
|
@ -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