update dishwasher
This commit is contained in:
parent
9cc55c5d0f
commit
368bceaab3
6 changed files with 49 additions and 38 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue