commit fb0381812393f391ec992f146ca433091416746a
parent 9940d01065e8d6dffb620c1164964d1b608ce597
Author: Luke Willis <lukejw@monastech.xyz>
Date:   Wed,  6 May 2026 12:31:52 -0400

andrew: Add EasyAuth to the Minecraft server

Diffstat:
Mmt/system/andrew.scm | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/mt/system/andrew.scm b/mt/system/andrew.scm @@ -23,6 +23,7 @@ #:use-module (mt services version-control) #:use-module (mt system) #:use-module (mt artwork) + #:use-module (mt utils) #:export (andrew-os)) ;;; @@ -311,7 +312,12 @@ Welcome to \"andrew\" the, first MonasTech server. (services (append - (list (service minecraft-service-type) + (list (service minecraft-service-type + (minecraft-configuration + (mods (list + ;; EasyAuth + (remote-file "https://cdn.modrinth.com/data/aZj58GfX/versions/h9nSM2ZF/easyauth-mc26.1-3.4.3-SNAPSHOT.48.jar" + (base32 "01v14b7r0b95idjqimqa0q3wdyzqmyi3j03bw3n8jpbsqzni613n")))))) (service update-channels-locked-service-type '()) (service nginx-service-type (nginx-configuration