From 4010c2c258e921beda9af7194af08c0f547bd7c4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 30 May 2026 18:05:26 +0200 Subject: server2/nextcloud: Upgrade from nextcloud32 to nextcloud33 --- hosts/by-name/server2/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hosts/by-name/server2/configuration.nix') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 5b85e69..8cdd45d 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -1,4 +1,8 @@ -{lib, ...}: { +{ + lib, + pkgs, + ... +}: { imports = [ ./networking.nix # network configuration that just works ./hardware.nix @@ -59,9 +63,11 @@ }; nextcloud = { enable = true; + package = pkgs.nextcloud33; hostname = "nextcloud.vhack.eu"; adminpassFile = ./secrets/nextcloud/adminpassFile.age; }; + nginx = { enable = true; redirects = { -- cgit v1.3.1