aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 04:35:26 +0200
committerschererleander <leander@schererleander.de>2025-05-30 04:35:26 +0200
commita11bf958f2abbd754c8a197dc47b16592ba53d3b (patch)
treeacaca8484ef914fb9b3996514e55fd256d235fa7 /hosts
parentaace92c82310ac5f75171633d9b4d6e81db740b9 (diff)
change dbtype
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vps/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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 ];