feat: Updated nixpkgs

This commit is contained in:
uttarayan21
2025-12-12 18:39:33 +05:30
parent ceddbd9132
commit 42dac8b4d2
9 changed files with 153 additions and 156 deletions

View File

@@ -2,6 +2,6 @@
imports = [
# ./minecraft.nix
# ./satisfactory.nix
# ./terraria.nix
./terraria.nix
];
}

View File

@@ -1,7 +1,9 @@
{...}: {
services.terraria = {
enable = true;
# port = 7777;
autoCreatedWorldSize = "large";
secure = true;
openFirewall = true;
password = "foobar12";
};
}