chore: fix deprecation warnings

This commit is contained in:
Nickolaj Jepsen 2025-12-12 04:41:03 +01:00
parent e03f3af01d
commit 595d2b23e0
7 changed files with 20 additions and 21 deletions

View file

@ -20,7 +20,7 @@ lib.mkIf config.fireproof.homelab.enable {
};
nextcloud = {
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
enable = true;
https = true;
database.createLocally = true;