reenable games
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s

This commit is contained in:
Satria 2026-07-21 12:43:34 +07:00
commit 9daa215672
6 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@
services.minecraft-servers = {
# LOCK IN
enable = false;
enable = true;
eula = true;
managementSystem.systemd-socket.enable = true;
# ^^^ https://github.com/Infinidoge/nix-minecraft/issues/119

View file

@ -23,7 +23,7 @@ in {
};
services.minecraft-servers.servers.${name} = {
enable = true;
enable = false;
autoStart = true;
restart = "always";