diff --git a/hosts/hainich/services/nextcloud.nix b/hosts/hainich/services/nextcloud.nix index c9c23c8..efb0e6e 100644 --- a/hosts/hainich/services/nextcloud.nix +++ b/hosts/hainich/services/nextcloud.nix @@ -63,6 +63,7 @@ }; extraOptions = { + instanceid = "ocxlphb7fbju"; redis = { host = "/run/redis/redis.sock"; port = 0; @@ -70,8 +71,21 @@ password = "secret"; timeout = 1.5; }; + datadirectory = "/mnt/ncdata"; + mail_smtpmode = "smtp"; + mail_smtpsecure = "ssl"; + mail_sendmailmode = "smtp"; + mail_from_address = "noreply"; + mail_domain = "infra4future.de"; + mail_smtpauthtype = "PLAIN"; + mail_smtpauth = 1; + mail_smtphost = "mail.hacc.space"; + mail_smtpport = 465; + mail_smtpname = "noreply@infra4future.de"; + loglevel = 0; }; + # passwordsalt, secret, and mail_smtppassword go in here secretFile = "/secret/secrets.json"; };