From c080e647ccad9220a125a09603b68f58cf0b1735 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 02:29:54 -0500 Subject: [PATCH] 207 current 2025-10-10 02:23:15 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/gameservers/minecraft_recpro/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0ef7765..7279e42 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 206 current 2025-10-10 02:17:13 25.05.20251006.20c4598 6.12.50 * +# generation: 207 current 2025-10-10 02:23:15 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/gameservers/minecraft_recpro/default.nix b/modules/homelab/gameservers/minecraft_recpro/default.nix index 8052f11..0cae4f3 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -46,6 +46,7 @@ in description = "minecraft server user"; uid = lib.mkForce cfg.ids; isSystemUser = true; + shell = pkgs.bash; group = "minecraft"; extraGroups = []; };