From 164b2d6d0269d4588f27f5d3bc91fd8b5252f86a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 31 May 2023 07:44:47 +0100 Subject: [PATCH] Add tmux as systemPackage for accessing running terraria server --- services/terraria/windy_limbo_of_melancholy.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/terraria/windy_limbo_of_melancholy.nix b/services/terraria/windy_limbo_of_melancholy.nix index c673f58b..d8282f2e 100644 --- a/services/terraria/windy_limbo_of_melancholy.nix +++ b/services/terraria/windy_limbo_of_melancholy.nix @@ -1,4 +1,5 @@ -{...}: { +{pkgs, ...}: { + environment.systemPackages = with pkgs; [tmux]; services.terraria = { enable = true; maxPlayers = 10;