minecraft overhaul
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user