Files
hearth/nixos/system/hectic-lab/minecraft-wow-proxy.nix
T
yukkop a09f247290
runner nix smoke / nix label and flake smoke (push) Failing after 22s
fix: wow-minecraft: mirror on bfs.band
2026-09-19 08:27:33 +00:00

9 lines
273 B
Nix

{ ... }:
{
imports = [ (import ../../module/generic/minecraft-public-relay.nix { }) ];
services.minecraft-public-relay = {
enable = true;
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNWWegOVTOF3EOmam32iP7sMybULMTxsXuC+cEGITQ8 minecraft-wow-relay";
};
}