summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-01-29 07:17:23 +0100
committerLinnnus <[email protected]>2025-01-29 07:27:25 +0100
commit4c03d45089669f0231e8d710cfc9840ea56337b8 (patch)
treef510e1f75b968047af2c65d549c58c372f20e739
parentb0bae233c02e5c8a2c0b770dd4e504bd988479c1 (diff)
ahmed: Set Minecraft world seed
-rw-r--r--hosts/ahmed/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix
index 692203d..f3cd646 100644
--- a/hosts/ahmed/configuration.nix
+++ b/hosts/ahmed/configuration.nix
@@ -64,6 +64,9 @@
openFirewall = true;
# Try shutting down every 10 minutes.
frequency-check-players = "*-*-* *:00/10:00";
+
+ # Seed requested by Tobias.
+ server-properties."level-seed" = "1727502807";
};
services.cloudflare-dyndns.domains = ["minecraft.linus.onl"];