Update nixpkgs and other flake inputs

This commit is contained in:
2025-07-12 23:55:19 -07:00
parent 8571922796
commit 2faea9d380
9 changed files with 90 additions and 221 deletions

View File

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