aboutsummaryrefslogtreecommitdiff
path: root/tw/system/lud.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-05-28 18:58:04 +0200
committerTimo Wilken2024-05-28 20:22:51 +0200
commit367b0e7c1788ffdbbb5f6df29a55fd1bc7d21463 (patch)
treea78351b67d35dcc266d3dc87884cc65f383f2f3f /tw/system/lud.scm
parent284ed1729c15c2466968c40e7aa30b8405d9f36f (diff)
Set up Minecraft server
Diffstat (limited to 'tw/system/lud.scm')
-rw-r--r--tw/system/lud.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tw/system/lud.scm b/tw/system/lud.scm
index d6d60be6..fc9e85c6 100644
--- a/tw/system/lud.scm
+++ b/tw/system/lud.scm
@@ -6,6 +6,7 @@
#:use-module (guix gexp)
#:use-module (tw packages php)
#:use-module (tw services dns)
+ #:use-module (tw services games)
#:use-module (tw services nextcloud)
#:use-module (tw services matrix)
#:use-module (tw services media)
@@ -94,6 +95,8 @@
(data-path "/var/data/paperless")
(secret-key-file "/etc/paperless/secret-key")))
+ (service minecraft-server-service-type)
+
;; Allow anonymous git access via Wireguard, e.g. to this channel's git repo.
;; Repos are only published if they contain a `git-daemon-export-ok' file.
(service git-daemon-service-type