···181181 example = "pid";
182182 description = lib.mdDoc ''
183183 The name of the column in the log table to which the pid of the
184184- process utilising the `pam_mysql's` authentication
184184+ process utilising the `pam_mysql` authentication
185185 service is stored.
186186 '';
187187 };
+1-1
nixos/modules/security/acme/default.nix
···727727 Default values inheritable by all configured certs. You can
728728 use this to define options shared by all your certs. These defaults
729729 can also be ignored on a per-cert basis using the
730730- `security.acme.certs.''${cert}.inheritDefaults' option.
730730+ {option}`security.acme.certs.''${cert}.inheritDefaults` option.
731731 '';
732732 };
733733
+1-1
nixos/modules/security/audit.nix
···5757 type = types.enum [ false true "lock" ];
5858 default = false;
5959 description = lib.mdDoc ''
6060- Whether to enable the Linux audit system. The special `lock' value can be used to
6060+ Whether to enable the Linux audit system. The special `lock` value can be used to
6161 enable auditing and prevent disabling it until a restart. Be careful about locking
6262 this, as it will prevent you from changing your audit configuration until you
6363 restart. If possible, test your configuration using build-vm beforehand.
+1-1
nixos/modules/services/audio/mpd.nix
···102102 Extra directives added to to the end of MPD's configuration file,
103103 mpd.conf. Basic configuration like file location and uid/gid
104104 is added automatically to the beginning of the file. For available
105105- options see `man 5 mpd.conf`'.
105105+ options see {manpage}`mpd.conf(5)`.
106106 '';
107107 };
108108
+1-1
nixos/modules/services/misc/gpsd.nix
···2222 type = types.bool;
2323 default = false;
2424 description = lib.mdDoc ''
2525- Whether to enable `gpsd', a GPS service daemon.
2525+ Whether to enable `gpsd`, a GPS service daemon.
2626 '';
2727 };
2828
+1-1
nixos/modules/services/misc/weechat.nix
···1515 default = "/var/lib/weechat";
1616 };
1717 sessionName = mkOption {
1818- description = lib.mdDoc "Name of the `screen' session for weechat.";
1818+ description = lib.mdDoc "Name of the `screen` session for weechat.";
1919 default = "weechat-screen";
2020 type = types.str;
2121 };
···4747 Whether to run the Avahi daemon, which allows Avahi clients
4848 to use Avahi's service discovery facilities and also allows
4949 the local machine to advertise its presence and services
5050- (through the mDNS responder implemented by `avahi-daemon').
5050+ (through the mDNS responder implemented by `avahi-daemon`).
5151 '';
5252 };
5353···205205 default = false;
206206 description = lib.mdDoc ''
207207 Whether to enable the mDNS NSS (Name Service Switch) plug-in.
208208- Enabling it allows applications to resolve names in the `.local'
208208+ Enabling it allows applications to resolve names in the `.local`
209209 domain by transparently querying the Avahi daemon.
210210 '';
211211 };
+2-2
nixos/modules/services/networking/gnunet.nix
···124124 type = types.lines;
125125 default = "";
126126 description = lib.mdDoc ''
127127- Additional options that will be copied verbatim in `gnunet.conf'.
128128- See `gnunet.conf(5)' for details.
127127+ Additional options that will be copied verbatim in `gnunet.conf`.
128128+ See {manpage}`gnunet.conf(5)` for details.
129129 '';
130130 };
131131 };
+1-1
nixos/modules/services/networking/nat.nix
···124124 type = types.listOf types.str;
125125 default = [ ];
126126 example = literalExpression ''[ "55.1.2.3" ]'';
127127- description = lib.mdDoc "Public IPs for NAT reflection; for connections to `loopbackip:sourcePort' from the host itself and from other hosts behind NAT";
127127+ description = lib.mdDoc "Public IPs for NAT reflection; for connections to `loopbackip:sourcePort` from the host itself and from other hosts behind NAT";
128128 };
129129 };
130130 });
+1-1
nixos/modules/services/networking/rpcbind.nix
···1414 type = types.bool;
1515 default = false;
1616 description = lib.mdDoc ''
1717- Whether to enable `rpcbind', an ONC RPC directory service
1717+ Whether to enable `rpcbind`, an ONC RPC directory service
1818 notably used by NFS and NIS, and which can be queried
1919 using the rpcinfo(1) command. `rpcbind` is a replacement for
2020 `portmap`.
+1-1
nixos/modules/services/networking/ssh/lshd.nix
···4040 type = types.listOf types.str;
4141 description = lib.mdDoc ''
4242 List of network interfaces where listening for connections.
4343- When providing the empty list, `[]', lshd listens on all
4343+ When providing the empty list, `[]`, lshd listens on all
4444 network interfaces.
4545 '';
4646 example = [ "localhost" "1.2.3.4:443" ];
+4-4
nixos/modules/services/web-apps/hedgedoc.nix
···950950 type = types.str;
951951 default = "";
952952 description = lib.mdDoc ''
953953- Attribute map for `id'.
954954- Defaults to `NameID' of SAML response.
953953+ Attribute map for `id`.
954954+ Defaults to `NameID` of SAML response.
955955 '';
956956 };
957957 username = mkOption {
958958 type = types.str;
959959 default = "";
960960 description = lib.mdDoc ''
961961- Attribute map for `username'.
962962- Defaults to `NameID' of SAML response.
961961+ Attribute map for `username`.
962962+ Defaults to `NameID` of SAML response.
963963 '';
964964 };
965965 email = mkOption {