summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorGabriel Arazas <foo.dogsquared@gmail.com>2022-10-03 11:10:46 +0800
committerGabriel Arazas <foo.dogsquared@gmail.com>2022-10-03 11:17:41 +0800
commit292aab9822c1f0fcdabdfd81e6dd8db1e39df894 (patch)
tree8e457cdaeb908d9c10a4ae47b57e1cbbdfc855d9 /nixos/modules/system/boot/systemd.nix
parentb142555481cfcc8ebb857f591e1e47583cc28106 (diff)
downloadnixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar.gz
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar.bz2
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar.lz
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar.xz
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.tar.zst
nixpkgs-292aab9822c1f0fcdabdfd81e6dd8db1e39df894.zip
nixos/systemd: update extraConfig description
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index a3bff27626d..8f2044a0985 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -325,8 +325,8 @@ in
       type = types.lines;
       example = "DefaultLimitCORE=infinity";
       description = lib.mdDoc ''
-        Extra config options for systemd. See man systemd-system.conf for
-        available options.
+        Extra config options for systemd. See systemd-system.conf(5) man page
+        for available options.
       '';
     };