diff options
| author | Max Audron <audron@cocaine.farm> | 2025-08-01 02:06:10 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-08-01 02:06:10 +0200 |
| commit | 6be677c2debdcaf7e273aceba92ef5efcbffc737 (patch) | |
| tree | c097495e325a9a76f657dbeae91975e1c7718491 | |
| parent | add minecraft prometheus exporter (diff) | |
disable not used gameservers
| -rw-r--r-- | modules/games/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/games/default.nix b/modules/games/default.nix index 8befc83..883cb22 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,7 +1,8 @@ { config, lib, pkgs, ... }: { - imports = [ ./palworld.nix ./acc.nix ./satisfactory.nix ]; + imports = [ ./acc.nix ]; + # ./palworld.nix ./satisfactory.nix services.factorio = { enable = true; |
