feat(nixos): add terraria and gamemode services and update configurations

This commit is contained in:
uttarayan21
2025-11-02 22:14:34 +05:30
parent bf5077a437
commit 0f77e228b0
15 changed files with 143 additions and 52 deletions

View File

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

View File

@@ -0,0 +1,7 @@
{...}: {
services.terraria = {
enable = true;
# port = 7777;
autoCreatedWorldSize = "large";
};
}