mirror of https://gitlab.crans.org/nounous/nixos
nextcloud: fix email conf
parent
0427d7c284
commit
760b14b795
|
|
@ -42,8 +42,12 @@
|
||||||
# hodaur
|
# hodaur
|
||||||
"172.16.10.145"
|
"172.16.10.145"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
|
mail_domain = "crans.org";
|
||||||
|
mail_from_address = "root";
|
||||||
|
mail_smtphost = "smtp.crans.org";
|
||||||
|
mail_smtpport = 25;
|
||||||
|
};
|
||||||
|
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue