actually fix eval

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-18 09:37:06 +01:00
parent 75e044e8c1
commit cd5e897cbb
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -4,7 +4,7 @@
...
}: {
services.nextcloud = {
cache.redis = true;
caching.redis = true;
config = {
adminpassFile = config.sops.secrets."services/nextcloud/adminpass".path;
adminuser = "darkkirb";
@ -27,14 +27,14 @@
enable = true;
enableImagemagick = true;
extraAppsEnable = true;
extraConfig = {
extraOptions = {
redis = {
host = config.services.redis.servers.nextcloud.unixSocket;
port = 0;
dbindex = 0;
};
};
hostname = "cloud.chir.rs";
hostName = "cloud.chir.rs";
https = true;
package = pkgs.nextcloud26;
phpOptions = {