add pterodactyl

This commit is contained in:
zackartz 2024-05-03 16:28:54 -04:00
parent 15662a034a
commit 903fa8deaa
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 13 additions and 65 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
services.redis = {
enable = true;
};
}