From f1b6619bd7b52d302000fcfa2867b26d49e76246 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 4 Jun 2022 02:08:44 -0400 Subject: [PATCH] tweak(Infini-DESKTOP): enable empty minecraft-servers service Keeping it enabled means that the module will keep the group and user reserved, reducing the issues with needing to relog to access files due to the group having been just created. --- hosts/Infini-DESKTOP/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index da70fb6..07588a1 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -75,4 +75,9 @@ hydrus ]; }; + + services.minecraft-servers = { + enable = true; + eula = true; + }; }