nextcloud enable apps autoupdate
This commit is contained in:
parent
0fb4922eab
commit
85e5591afb
1 changed files with 2 additions and 1 deletions
|
|
@ -9,8 +9,9 @@
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
caching.apcu = false;
|
caching.apcu = false;
|
||||||
https = true;
|
https = true;
|
||||||
secretFile = config.age.secrets.nextcloud-secrets.path;
|
autoUpdateApps.enable = true;
|
||||||
config.adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
config.adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||||
|
secretFile = config.age.secrets.nextcloud-secrets.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue