Add davmail
This commit is contained in:
parent
bf05016659
commit
072b2298bb
2 changed files with 9 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
mumble
|
mumble
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
slack
|
slack
|
||||||
|
thunderbird
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
|
|
@ -23,7 +24,6 @@
|
||||||
ublock-origin
|
ublock-origin
|
||||||
umatrix
|
umatrix
|
||||||
cookie-autodelete
|
cookie-autodelete
|
||||||
dark-night-mode
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,12 @@
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"127.0.0.1" = [ "localhost" "local.ted.europa.eu" ];
|
"127.0.0.1" = [ "localhost" "local.ted.europa.eu" ];
|
||||||
};
|
};
|
||||||
|
services.davmail = {
|
||||||
|
enable = true;
|
||||||
|
url = "https://webmail.arhs-developments.com/owa/";
|
||||||
|
config = {
|
||||||
|
davmail.mode = "EWS";
|
||||||
|
davmail.allowRemote = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue