8 lines
114 B
Nix
8 lines
114 B
Nix
{...}: {
|
|
services.terraria = {
|
|
enable = true;
|
|
# port = 7777;
|
|
autoCreatedWorldSize = "large";
|
|
};
|
|
}
|