nixos-config/modules/nixos/services/gameserver/default.nix
2026-02-22 11:22:21 -05:00

11 lines
No EOL
135 B
Nix

{ config, ... }:
{
imports = [
./minecraft-server.nix
./playit.nix
./restic.nix
./sops.nix
./velocity.nix
];
}