minecraft overhaul

This commit is contained in:
2024-09-29 00:25:41 -04:00
parent c3e2e8fa02
commit bf102a24d9
10 changed files with 214 additions and 32 deletions

View File

@@ -15,7 +15,8 @@
./services/caddy.nix
./services/quadlet.nix
./services/immich.nix
./services/git.nix
./services/gitea.nix
./services/minecraft.nix
];
nix = {
@@ -45,7 +46,19 @@
# Use the systemd-boot EFI boot loader.
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
# 1 sec timeout
timeout = 1;
};
initrd = {
compressor = "zstd";
compressorArgs = [ "-19" ];
};
};
environment.etc = {
"issue".text = "muffin server :3\n";
};
# Set your time zone.
@@ -210,10 +223,6 @@
];
};
networking.firewall.allowedTCPPorts = [
service_configs.ports.minecraft
];
services.murmur = {
enable = true;
openFirewall = true;