Update Nextcloud service configuration.
This commit is contained in:
parent
446abd5231
commit
dccbaf1d7c
1 changed files with 2 additions and 1 deletions
|
@ -9,11 +9,12 @@ mkIf (elem "nextcloud" config.machine.services) {
|
|||
in {
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
home = "/var/lib/nextcloud";
|
||||
hostName = domain;
|
||||
https = true;
|
||||
maxUploadSize = "1024M";
|
||||
package = pkgs.nextcloud20;
|
||||
package = pkgs.nextcloud25;
|
||||
config = {
|
||||
adminuser = mkDefault (elemAt cfg.administrators 0).name;
|
||||
adminpassFile = "${cfg.secretPath}/nextcloud_admin";
|
||||
|
|
Loading…
Reference in a new issue