Add tmux as systemPackage for accessing running terraria server
This commit is contained in:
parent
7b66f284f6
commit
164b2d6d02
|
@ -1,4 +1,5 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [tmux];
|
||||||
services.terraria = {
|
services.terraria = {
|
||||||
enable = true;
|
enable = true;
|
||||||
maxPlayers = 10;
|
maxPlayers = 10;
|
||||||
|
|
Loading…
Reference in a new issue