actually fix eval
This commit is contained in:
parent
75e044e8c1
commit
cd5e897cbb
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue