mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-06-22 22:33:34 +02:00
voyager: update to nextcloud29
This commit is contained in:
@ -5,7 +5,7 @@ let
|
|||||||
in {
|
in {
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud28;
|
package = pkgs.nextcloud29;
|
||||||
inherit hostName;
|
inherit hostName;
|
||||||
home = "/var/lib/nextcloud";
|
home = "/var/lib/nextcloud";
|
||||||
https = true;
|
https = true;
|
||||||
|
Reference in New Issue
Block a user