update dishwasher

This commit is contained in:
Grigory Shipunov 2022-12-16 20:32:36 +01:00
parent 9cc55c5d0f
commit 368bceaab3
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 49 additions and 38 deletions

View file

@ -51,7 +51,7 @@
enable = true;
hostName = "nc.oxapentane.com";
home = "/var/lib/nextcloud-oxa";
package = pkgs.nextcloud24;
package = pkgs.nextcloud25;
maxUploadSize = "5000M";
caching.redis = true;
autoUpdateApps = {
@ -69,6 +69,7 @@
adminuser = "admin";
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;
};
enableBrokenCiphersForSSE = false;
};
systemd.services."nextcloud-setup" = {