forked from mirrors_public/oddlama_nix-config
feat: integrate fritzbox smart home devices
This commit is contained in:
parent
db86d754c4
commit
93061af475
5 changed files with 42 additions and 10 deletions
|
@ -82,12 +82,12 @@ in {
|
|||
listener = {
|
||||
jmap = {
|
||||
protocol = "jmap";
|
||||
bind = " [::]:18080";
|
||||
bind = " [::]:8080";
|
||||
url = "https://mail.${primaryDomain}/jmap";
|
||||
};
|
||||
imaps = {
|
||||
protocol = "imap";
|
||||
bind = "[::]:1993";
|
||||
bind = "[::]:993";
|
||||
tls.enable = true;
|
||||
tls.implicit = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue