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