diff options
| author | triethyl <triethylammonium@pm.me> | 2026-01-12 20:31:03 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-01-12 20:31:03 -0500 |
| commit | 12e152e6011bad1288df5fab822fb14873c49fcc (patch) | |
| tree | f65531b4869b08df7ea05c42d8e2c9453d027cc3 /nixos/systems | |
| parent | 9d865876376e4ba1fe0c8f066c206c1fefc44eb2 (diff) | |
homelab: added minecraft server module
Diffstat (limited to 'nixos/systems')
| -rw-r--r-- | nixos/systems/prodesk-server/system.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/systems/prodesk-server/system.nix b/nixos/systems/prodesk-server/system.nix index 7c5ef30..cf8eb1c 100644 --- a/nixos/systems/prodesk-server/system.nix +++ b/nixos/systems/prodesk-server/system.nix @@ -81,7 +81,9 @@ git.enable = true; }; communications = { - mattermost.enable = true; + }; + games = { + minecraft.enable = true; }; }; } |
