10 lines
166 B
Nix
10 lines
166 B
Nix
{...}: {
|
|
services.terraria = {
|
|
enable = true;
|
|
autoCreatedWorldSize = "large";
|
|
secure = true;
|
|
openFirewall = true;
|
|
password = "foobar12";
|
|
};
|
|
}
|