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

@@ -5,7 +5,7 @@
# ./llama.nix # ./llama.nix
# ./monitoring.nix # ./monitoring.nix
# ./paperless.nix # ./paperless.nix
# ./shitpost.nix ./shitpost.nix
./atuin.nix ./atuin.nix
./authelia.nix ./authelia.nix
./caddy.nix ./caddy.nix

View File

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