about summary refs log tree commit diff
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2022-12-06 18:29:54 +0000
committerLuke Granger-Brown <git@lukegb.com>2022-12-06 18:29:54 +0000
commit5faeb3ba2db1f599ab55d48dddf4f1ff54eaa47f (patch)
tree186af3b4885b9a0eeea77c37f5aba9572014c24d /nixos/modules/services/games
parentc6e6d44fe5f6c4ee4350ed330eb7996b57232ed8 (diff)
factorio: fix review comments
Diffstat (limited to 'nixos/modules/services/games')
-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 {