From c3d767124e440f879b0658f22fab4775569ff0b8 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Mar 2026 19:43:51 +0100 Subject: [PATCH] feat: enable authentik update nextcloud --- hosts/hitsugibune/configuration.nix | 1 + hosts/hitsugibune/nextcloud.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index 9988665..de528e3 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -37,6 +37,7 @@ in { ./mail.nix #./llm.nix #./nvidia.nix + ./authentik.nix inputs.mms.module ]; diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 4ac36e2..b98134e 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -35,7 +35,7 @@ inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; }; autoUpdateApps.enable = true; - package = pkgs.nextcloud32; + package = pkgs.nextcloud33; config = { adminuser = "admin"; adminpassFile = config.age.secrets.nextcloud.path;