mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Cleanup stuff only necessary
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user