mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
feat: move nextcloud to spinning array
This commit is contained in:
parent
5066a27657
commit
68f6776c16
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
home = "/mnt/array/nextcloud/";
|
||||||
package = pkgs.nextcloud32;
|
package = pkgs.nextcloud32;
|
||||||
hostName = "cloud.liv.town";
|
hostName = "cloud.liv.town";
|
||||||
# appstoreEnable = true;
|
# appstoreEnable = true;
|
||||||
|
|
@ -23,10 +24,17 @@
|
||||||
};
|
};
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
mail_smtpmode = "smtp";
|
||||||
|
mail_sendmailmode = "smtp";
|
||||||
|
mail_from_address = "noreply";
|
||||||
|
mail_domain = "liv.town";
|
||||||
|
mail_smtptimeout = 30;
|
||||||
mail_smtphost = "smtp.migadu.com";
|
mail_smtphost = "smtp.migadu.com";
|
||||||
mail_smtpport = 465;
|
mail_smtpport = 465;
|
||||||
mail_smtpname = "notifications@liv.town";
|
mail_smtpname = "notifications@liv.town";
|
||||||
|
# mail_smtppassword = config.sops.secrets.systemMailerPassword.path;
|
||||||
mail_smtpauth = true;
|
mail_smtpauth = true;
|
||||||
|
mail_smtpsecure = "ssl";
|
||||||
trusted_domains = [ "cloud.liv.town" ];
|
trusted_domains = [ "cloud.liv.town" ];
|
||||||
enabledPreviewProviders = [
|
enabledPreviewProviders = [
|
||||||
"OC\\Preview\\BMP"
|
"OC\\Preview\\BMP"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue