From 5d2c9ba37260fbefe682fb1b4b237f20145b5e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Tue, 27 May 2025 19:57:01 +0300 Subject: [PATCH] Nextcloud NixOS 25.05 migration --- services/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/nextcloud.nix b/services/nextcloud.nix index 7ce932a..d86d533 100644 --- a/services/nextcloud.nix +++ b/services/nextcloud.nix @@ -33,6 +33,7 @@ https = true; maxUploadSize = "512M"; # Default config = { + dbtype = "sqlite"; adminpassFile = "/var/lib/nextcloud/adminpass"; }; settings = {