feat: Remove the game servers
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-05 01:44:05 +05:30
parent 7e9a64023f
commit 2347c002d8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{...}: {
imports = [
./minecraft.nix
./satisfactory.nix
./terraria.nix
# ./minecraft.nix
# ./satisfactory.nix
# ./terraria.nix
];
}