mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 03:31:34 +01:00
Upgrade nextcloud to version 30
This commit is contained in:
parent
7120414c5a
commit
b39e81d810
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ in
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
home = "${dataDir}/home";
|
home = "${dataDir}/home";
|
||||||
hostName = config.networking.fqdn;
|
hostName = config.networking.fqdn;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue