updates people, updates (removed mc server)

This commit is contained in:
Schrottkatze 2023-01-29 14:00:29 +01:00
parent 257783ebb0
commit 916720d070
2 changed files with 23 additions and 23 deletions

View file

@ -13,7 +13,7 @@
# "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2"
./hardware-configuration.nix
../common.nix
inputs.mms.module
#inputs.mms.module
];
# boot.supportedFilesystems = pkgs.lib.mkForce [ "ext4" "btrfs" "squashfs" ];
@ -104,31 +104,31 @@
# networking.firewall.allowedTCPPorts = [ 4713 ];
systemd.services."NetworkManager-wait-online".enable = false;
services.modded-minecraft-servers = {
#services.modded-minecraft-servers = {
# This is mandatory, sorry.
eula = true;
#eula = true;
# The name will be used for the state folder and system user.
# In this case, the folder is `/var/lib/mc-e2es`
# and the user `mc-e2es`.
instances = {
e2es = {
enable = true;
jvmMaxAllocation = "7G";
jvmInitialAllocation = "2G";
rsyncSSHKeys = [ "" ];
serverConfig = {
# Port must be unique
white-list = true;
spawn-protection = 0;
max-tick-time = 5 * 60 * 1000;
allow-flight = true;
server-port = 8080;
motd = "Hello world";
};
};
};
};
#instances = {
#e2es = {
#enable = true;
#jvmMaxAllocation = "7G";
#jvmInitialAllocation = "2G";
#rsyncSSHKeys = [ "" ];
#serverConfig = {
## Port must be unique
#white-list = true;
#spawn-protection = 0;
#max-tick-time = 5 * 60 * 1000;
#allow-flight = true;
#server-port = 8080;
#motd = "Hello world";
#};
#};
#};
#};
# i rly should put that important big comment back here
system.stateVersion = "22.11"; # Did you read the comment?