diff --git a/services/nextcloud/default.nix b/services/nextcloud/default.nix index f465666..fc4cc14 100644 --- a/services/nextcloud/default.nix +++ b/services/nextcloud/default.nix @@ -52,8 +52,6 @@ defaultapp = "apporder"; }; - caching.redis = true; - # multiple pools may be doable using services.phpfpm.pools, # but i have not tried this yet. The nextcloud module defines a # pool "nextcloud" @@ -68,36 +66,10 @@ extraOptions = { instanceid = "ocxlphb7fbju"; - redis = { - host = "/run/redis/redis.sock"; - port = 0; - dbindex = 0; - password = "secret"; - timeout = 1.5; - }; datadirectory = "/persist/data/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; "overwrite.cli.url" = "https://cloud.infra4future.de"; }; - - # passwordsalt, secret, and mail_smtppassword go in here - secretFile = "/persist/secrets.json"; - - }; - - services.redis = { - enable = true; - unixSocket = "/var/run/redis/redis.sock"; }; services.postgresql = {