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

@ -2,7 +2,7 @@
description = "system";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -12,7 +12,7 @@
url = "path:./mac-brcm-fw";
flake = false;
};
mms.url = "github:mkaito/nixos-modded-minecraft-servers";
#mms.url = "github:mkaito/nixos-modded-minecraft-servers";
easymacros.url = "git+https://gitlab.com/obsidianical/easymacros.git";
};

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?