summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:31:14 -0500
commit6bb0dbf91feecfec45382f762206a12de23fd531 (patch)
tree73aef1da22f5fb7b0a9aa1bf08a99be29b87724a /nixos/modules/services/games
parent695d4bc76b9abdc3208a9475d71fdf0f41e925c8 (diff)
nixos: fix typos
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/asf.nix6
-rw-r--r--nixos/modules/services/games/minetest-server.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/games/asf.nix b/nixos/modules/services/games/asf.nix
index d3f7883421ce..7585d56b2d78 100644
--- a/nixos/modules/services/games/asf.nix
+++ b/nixos/modules/services/games/asf.nix
@@ -35,7 +35,7 @@ in
description = lib.mdDoc ''
If enabled, starts the ArchisSteamFarm service.
For configuring the SteamGuard token you will need to use the web-ui, which is enabled by default over on 127.0.0.1:1242.
- You cannot configure ASF in any way outside of nix, since all the config files get wiped on restart and replaced with the programatically set ones by nix.
+ You cannot configure ASF in any way outside of nix, since all the config files get wiped on restart and replaced with the programnatically set ones by nix.
'';
default = false;
};
@@ -98,7 +98,7 @@ in
ipcPasswordFile = mkOption {
type = types.nullOr types.path;
default = null;
- description = lib.mdDoc "Path to a file containig the password. The file must be readable by the `asf` user/group.";
+ description = lib.mdDoc "Path to a file containing the password. The file must be readable by the `asf` user/group.";
};
ipcSettings = mkOption {
@@ -129,7 +129,7 @@ in
};
passwordFile = mkOption {
type = types.path;
- description = lib.mdDoc "Path to a file containig the password. The file must be readable by the `asf` user/group.";
+ description = lib.mdDoc "Path to a file containing the password. The file must be readable by the `asf` user/group.";
};
enabled = mkOption {
type = types.bool;
diff --git a/nixos/modules/services/games/minetest-server.nix b/nixos/modules/services/games/minetest-server.nix
index 34e0ba8c8e5c..e8c96881673b 100644
--- a/nixos/modules/services/games/minetest-server.nix
+++ b/nixos/modules/services/games/minetest-server.nix
@@ -62,7 +62,7 @@ in
Path to logfile for logging.
If set to null, logging will be output to stdout which means
- all output will be catched by systemd.
+ all output will be caught by systemd.
'';
};