enable cobblemon and modded mc in general

This commit is contained in:
2025-12-04 19:57:06 -06:00
parent a1fd3b3af2
commit 7bcfef3ccf
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ in
}; };
gameservers = { gameservers = {
minecraft_recpro.enable = true; minecraft_recpro.enable = true;
minecraft_modded.enable = true;
}; };
# boot (systemd is going on me) # boot (systemd is going on me)

View File

@@ -136,7 +136,7 @@ in {
) )
); );
compression = "auto,zstd"; compression = "auto,zstd";
preHook = "systemctl start mysql-backup.service"; #preHook = "systemctl start mysql-backup.service";
startAt = "*-*-* *:00:00"; startAt = "*-*-* *:00:00";
group = "archives"; group = "archives";
encryption.mode = "repokey-blake2"; encryption.mode = "repokey-blake2";