diff options
Diffstat (limited to 'hosts/vps/configuration.nix')
| -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 ]; |
