From f5a5e77791ae08819c7708603dc7ba29b81e9f1b Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 12 Feb 2026 15:38:57 +0100 Subject: [PATCH] minecraft: un-oops --- pvv-domain.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pvv-domain.nix b/pvv-domain.nix index 0ba51f4..bbc8d3a 100644 --- a/pvv-domain.nix +++ b/pvv-domain.nix @@ -68,6 +68,14 @@ in _kerberos.TXT = [ "PVV.NTNU.NO" ]; minecraft = { inherit (pvvHostRecords.bekkalokk) A AAAA; + SRV = [ + { + service = "minecraft"; + proto = "tcp"; + port = 25565; + target = "innovation"; + } + ]; }; # E-mail: