Revert "minecraft: lazymc"
This reverts commit a081e6c6ee58f7012bcdc123d0dfe16b574a36bf.
This commit is contained in:
parent
a081e6c6ee
commit
fc2766c44f
11
flake.lock
generated
11
flake.lock
generated
@ -260,17 +260,16 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1754714638,
|
||||
"narHash": "sha256-/9sKZOLN/rTAnDVV2KtKNSHXHpt4mvgqA879AvhQ9no=",
|
||||
"owner": "Yeshey",
|
||||
"lastModified": 1754964387,
|
||||
"narHash": "sha256-r3mRiVL25AZXNe6ACCgIqWoeoFAa6YJDScdReu0DQ58=",
|
||||
"owner": "Infinidoge",
|
||||
"repo": "nix-minecraft",
|
||||
"rev": "95fb235bd93a136b7b3fde1329fa4bead50104a6",
|
||||
"rev": "b2cb98ebb0629825c2b38f7a74533cd428bb7983",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Yeshey",
|
||||
"owner": "Infinidoge",
|
||||
"repo": "nix-minecraft",
|
||||
"rev": "95fb235bd93a136b7b3fde1329fa4bead50104a6",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
||||
@ -12,8 +12,7 @@
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
nix-minecraft = {
|
||||
# url = "github:Infinidoge/nix-minecraft";
|
||||
url = "github:Yeshey/nix-minecraft/95fb235bd93a136b7b3fde1329fa4bead50104a6";
|
||||
url = "github:Infinidoge/nix-minecraft";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
"-Xmx${heap_size} -Xms${heap_size} -XX:+UseZGC -XX:+ZGenerational";
|
||||
|
||||
serverProperties = {
|
||||
server-port = 25566;
|
||||
server-port = 25565;
|
||||
enforce-whitelist = true;
|
||||
gamemode = "survival";
|
||||
white-list = true;
|
||||
@ -53,12 +53,6 @@
|
||||
simulation-distance = 6;
|
||||
sync-chunk-writes = false;
|
||||
spawn-protection = 0;
|
||||
max-tick-time = -1; # Recommended with lazymc
|
||||
};
|
||||
|
||||
lazymc = {
|
||||
enable = true;
|
||||
config.public.address = "0.0.0.0:25565";
|
||||
};
|
||||
|
||||
whitelist = import ../secrets/minecraft-whitelist.nix;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user