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
|
||||
libreoffice-fresh
|
||||
slack
|
||||
thunderbird
|
||||
zoom-us
|
||||
];
|
||||
programs.firefox = {
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
ublock-origin
|
||||
umatrix
|
||||
cookie-autodelete
|
||||
dark-night-mode
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,12 @@
|
|||
networking.hosts = {
|
||||
"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