From b035b2f283cae72d5603068cc430cf67c66e2242 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 12 Feb 2026 08:22:33 +0100 Subject: [PATCH] minecraft: point to bekkalokk --- pvv-domain.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pvv-domain.nix b/pvv-domain.nix index 80f48a3..0ba51f4 100644 --- a/pvv-domain.nix +++ b/pvv-domain.nix @@ -65,16 +65,10 @@ in subdomains = pvvHostRecords // { # Special services: - minecraft.SRV = [ - { - service = "minecraft"; - proto = "tcp"; - port = 25565; - target = "innovation"; - } - ]; - _kerberos.TXT = [ "PVV.NTNU.NO" ]; + minecraft = { + inherit (pvvHostRecords.bekkalokk) A AAAA; + }; # E-mail: _dmarc.TXT = [ "v=DMARC1; p=quarantine; fo=1;" ]; # TODO - Use dns.nix DMARC generator