diff options
| author | schererleander <leander@schererleander.de> | 2025-05-30 04:35:26 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-30 04:35:26 +0200 |
| commit | a11bf958f2abbd754c8a197dc47b16592ba53d3b (patch) | |
| tree | acaca8484ef914fb9b3996514e55fd256d235fa7 | |
| parent | aace92c82310ac5f75171633d9b4d6e81db740b9 (diff) | |
change dbtype
| -rw-r--r-- | hosts/vps/configuration.nix | 1 |
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 ]; |
