LOCK IN: disable all distractions
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled

This commit is contained in:
Satria 2026-07-18 18:52:01 +07:00
commit 7b9ce69c76
5 changed files with 18 additions and 6 deletions

View file

@ -10,7 +10,8 @@
boot.kernel.sysctl."vm.swappiness" = 10; # reduce swap usage and keep memory performance smooth
services.minecraft-servers = {
enable = true;
# LOCK IN
enable = false;
eula = true;
managementSystem.systemd-socket.enable = true;
# ^^^ https://github.com/Infinidoge/nix-minecraft/issues/119