From 4c03d45089669f0231e8d710cfc9840ea56337b8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 29 Jan 2025 07:17:23 +0100 Subject: ahmed: Set Minecraft world seed --- hosts/ahmed/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/ahmed/configuration.nix') 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"]; -- cgit v1.2.3