lol

Merge pull request #194159 from foo-dogsquared/update-systemd-extraconfig-module-doc

nixos/systemd: update extraConfig description

authored by

Christian Kögler and committed by
GitHub
fd323dfe d513b46c

+2 -2
+2 -2
nixos/modules/system/boot/systemd.nix
··· 325 325 type = types.lines; 326 326 example = "DefaultLimitCORE=infinity"; 327 327 description = lib.mdDoc '' 328 - Extra config options for systemd. See man systemd-system.conf for 329 - available options. 328 + Extra config options for systemd. See systemd-system.conf(5) man page 329 + for available options. 330 330 ''; 331 331 }; 332 332