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