Update nixpkgs

This commit is contained in:
2026-01-11 14:25:03 -08:00
parent 415cbca33e
commit da9a8f8c03
16 changed files with 49 additions and 300 deletions

View File

@@ -16,7 +16,7 @@ in
config = lib.mkIf cfg.enable {
services.nextcloud = {
https = true;
package = pkgs.nextcloud31;
package = pkgs.nextcloud32;
hostName = nextcloudHostname;
config.dbtype = "sqlite";
config.adminuser = "jeremy";