From a11bf958f2abbd754c8a197dc47b16592ba53d3b Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 30 May 2025 04:35:26 +0200 Subject: change dbtype --- hosts/vps/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index e3cf372..815c10b 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -62,6 +62,7 @@ database.createLocally = true; configureRedis = true; maxUploadSize = "16G"; + config.dbtype = "mysql"; }; networking.firewall.allowedTCPPorts = [ 80 443 8693 ]; -- cgit v1.3.1