nixos/services/game-servers.nix

8 lines
148 B
Nix
Raw Normal View History

2026-01-20 19:53:42 +00:00
{ config, pkgs, lib, ... }:
{
2026-01-25 12:35:18 +00:00
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
## <----- HYTALE ----> ##
2026-01-25 15:53:44 +00:00
#
2026-01-25 12:35:18 +00:00
};
2026-01-20 19:53:42 +00:00
}