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:
parent
f556d887c3
commit
a35281419f
3 changed files with 35 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue