Update nextcloud module
This commit is contained in:
parent
c35c00bf75
commit
f5091547bb
1 changed files with 1 additions and 5 deletions
|
@ -8,11 +8,9 @@
|
|||
"d /mnt/raid/nextcloud 770 nextcloud nextcloud"
|
||||
];
|
||||
|
||||
ccr.extraGroups = [ "nextcloud" ];
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud26;
|
||||
package = pkgs.nextcloud_30;
|
||||
database.createLocally = true;
|
||||
home = "/mnt/raid/nextcloud";
|
||||
hostName = "nextcloud.aciceri.dev";
|
||||
|
@ -21,6 +19,4 @@
|
|||
overwriteProtocol = "https";
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue