feat: Updated nixpkgs
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
imports = [
|
||||
# ./minecraft.nix
|
||||
# ./satisfactory.nix
|
||||
# ./terraria.nix
|
||||
./terraria.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{...}: {
|
||||
services.terraria = {
|
||||
enable = true;
|
||||
# port = 7777;
|
||||
autoCreatedWorldSize = "large";
|
||||
secure = true;
|
||||
openFirewall = true;
|
||||
password = "foobar12";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user