mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Update nextcloud to version 31
This commit is contained in:
parent
a3d0ee66c2
commit
005c01fe21
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ in
|
|||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
package = pkgs.nextcloud31;
|
||||
hostName = "${cfg.subdomain}.${config.networking.domain}";
|
||||
|
||||
database.createLocally = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue