diff options
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
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"]; |