Move V-Rising Docker server into game-servers.nix

Consolidates V-Rising into the existing game-servers module instead of
a separate file. Also uncomments the game-servers import in common.nix
and adds UDP 9876/9877 to the shared firewall rules.

https://claude.ai/code/session_01Ays1x4CUUJE1jPLkeNMojV
This commit is contained in:
Claude 2026-04-11 14:46:04 +00:00
parent f556d887c3
commit a35281419f
No known key found for this signature in database
3 changed files with 35 additions and 47 deletions

View file

@ -18,7 +18,7 @@
# Services #
./services/server-permissions.nix
#./services/game-servers.nix
./services/game-servers.nix
./services/qbittorrent-nox.nix
./services/nginx.nix
./services/go2rtc.nix
@ -32,7 +32,6 @@
./services/authelia.nix
./services/homepage.nix
./services/arr-interconnect.nix
./services/v-rising.nix
];
### Make build time quicker