Cleanup stuff only necessary

This commit is contained in:
2025-08-31 01:20:48 +02:00
parent 75d30efc6c
commit b1b36e418f
20 changed files with 28 additions and 1832 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
services.minecraft-server = {
@@ -9,10 +9,9 @@
serverProperties = {
server-port = 25565;
gamemode = 0;
max-players = 5;
motd = "NixOS Minecraft server on misox!";
max-players = 7;
motd = "NixOS Minecraft!";
allow-cheats = true;
};
};
}