about summary refs log tree commit diff
path: root/nixos/modules/services/games/factorio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/games/factorio.nix')
-rw-r--r--nixos/modules/services/games/factorio.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/games/factorio.nix b/nixos/modules/services/games/factorio.nix
index 0dcd5b1cebdb2..1b2f5bd840b5e 100644
--- a/nixos/modules/services/games/factorio.nix
+++ b/nixos/modules/services/games/factorio.nix
@@ -140,7 +140,9 @@ in
         type = types.nullOr types.path;
         default = null;
         description = lib.mdDoc ''
-        Mods settings can be changed by specifying a dat file.
+          Mods settings can be changed by specifying a dat file, in the [mod
+          settings file
+          format](https://wiki.factorio.com/Mod_settings_file_format).
         '';
       };
       game-name = mkOption {