From 5af138568aed48ecdd2e941623522db2e46b73f7 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Thu, 30 Mar 2023 19:15:52 +0000 Subject: [PATCH] UPDATE nextcloud DEL docker --- hosts/next/configuration.nix | 4 ++-- hosts/next/nextcloud.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/next/configuration.nix b/hosts/next/configuration.nix index ab3232a..7049d1d 100644 --- a/hosts/next/configuration.nix +++ b/hosts/next/configuration.nix @@ -9,8 +9,8 @@ ../modules/navidrome.nix ../modules/transmission.nix ../modules/prometheus-node.nix - ../docker/appsmith.nix - ../docker/baserow.nix +# ../docker/appsmith.nix +# ../docker/baserow.nix ./agenix.nix # ]; diff --git a/hosts/next/nextcloud.nix b/hosts/next/nextcloud.nix index b98647e..250a47d 100644 --- a/hosts/next/nextcloud.nix +++ b/hosts/next/nextcloud.nix @@ -48,7 +48,7 @@ security.acme.acceptTerms = true; # Actual Nextcloud Config services.nextcloud = { enable = true; - package = pkgs.nextcloud24; + package = pkgs.nextcloud25; hostName = "next.atlanticaweb.fr"; # Enable built-in virtual host management # Takes care of somewhat complicated setup