From d4338f1861371486b6c79920bad06adf3806c457 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 28 May 2025 16:15:38 +0200 Subject: [PATCH] Added local to the minecraft group --- hosts/vm-minecraft/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/vm-minecraft/configuration.nix b/hosts/vm-minecraft/configuration.nix index 8eedcac..ff50860 100644 --- a/hosts/vm-minecraft/configuration.nix +++ b/hosts/vm-minecraft/configuration.nix @@ -24,6 +24,7 @@ }; # Set up minecraft servers + users.users.local.extraGroups = [ "minecraft" ]; services.minecraft-servers = { enable = true; eula = true;