add pterodactyl
This commit is contained in:
parent
15662a034a
commit
903fa8deaa
5 changed files with 13 additions and 65 deletions
10
hosts/pluto/services/pterodactyl.nix
Normal file
10
hosts/pluto/services/pterodactyl.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
services.redis = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue