Add tmux as systemPackage for accessing running terraria server

This commit is contained in:
Evie Litherland-Smith 2023-05-31 07:44:47 +01:00
parent 7b66f284f6
commit 164b2d6d02

View file

@ -1,4 +1,5 @@
{...}: {
{pkgs, ...}: {
environment.systemPackages = with pkgs; [tmux];
services.terraria = {
enable = true;
maxPlayers = 10;