···8686 description = lib.mdDoc "Proxy DNS requests - no leak for DNS data.";
8787 };
88888989- quietMode = mkEnableOption (lib.mdDoc "Quiet mode (no output from the library).");
8989+ quietMode = mkEnableOption (lib.mdDoc "Quiet mode (no output from the library)");
90909191 remoteDNSSubnet = mkOption {
9292 type = types.enum [ 10 127 224 ];
+1-1
nixos/modules/security/polkit.nix
···14141515 security.polkit.enable = mkEnableOption (lib.mdDoc "polkit");
16161717- security.polkit.debug = mkEnableOption (lib.mdDoc "debug logs from polkit. This is required in order to see log messages from rule definitions.");
1717+ security.polkit.debug = mkEnableOption (lib.mdDoc "debug logs from polkit. This is required in order to see log messages from rule definitions");
18181919 security.polkit.extraConfig = mkOption {
2020 type = types.lines;
···2727 options = {
28282929 services.gnome.evolution-data-server = {
3030- enable = mkEnableOption (lib.mdDoc "Evolution Data Server, a collection of services for storing addressbooks and calendars.");
3030+ enable = mkEnableOption (lib.mdDoc "Evolution Data Server, a collection of services for storing addressbooks and calendars");
3131 plugins = mkOption {
3232 type = types.listOf types.package;
3333 default = [ ];
···3535 };
3636 };
3737 programs.evolution = {
3838- enable = mkEnableOption (lib.mdDoc "Evolution, a Personal information management application that provides integrated mail, calendaring and address book functionality.");
3838+ enable = mkEnableOption (lib.mdDoc "Evolution, a Personal information management application that provides integrated mail, calendaring and address book functionality");
3939 plugins = mkOption {
4040 type = types.listOf types.package;
4141 default = [ ];
+1-1
nixos/modules/services/development/zammad.nix
···28282929 options = {
3030 services.zammad = {
3131- enable = mkEnableOption (lib.mdDoc "Zammad, a web-based, open source user support/ticketing solution.");
3131+ enable = mkEnableOption (lib.mdDoc "Zammad, a web-based, open source user support/ticketing solution");
32323333 package = mkOption {
3434 type = types.package;
+1-1
nixos/modules/services/games/freeciv.nix
···5454 default = 0;
5555 description = lib.mdDoc "Set debug log level.";
5656 };
5757- options.exit-on-end = mkEnableOption (lib.mdDoc "exit instead of restarting when a game ends.");
5757+ options.exit-on-end = mkEnableOption (lib.mdDoc "exit instead of restarting when a game ends");
5858 options.Guests = mkEnableOption (lib.mdDoc "guests to login if auth is enabled");
5959 options.Newusers = mkEnableOption (lib.mdDoc "new users to login if auth is enabled");
6060 options.port = mkOption {
+1-1
nixos/modules/services/hardware/udisks2.nix
···19192020 services.udisks2 = {
21212222- enable = mkEnableOption (lib.mdDoc "udisks2, a DBus service that allows applications to query and manipulate storage devices.");
2222+ enable = mkEnableOption (lib.mdDoc "udisks2, a DBus service that allows applications to query and manipulate storage devices");
23232424 settings = mkOption rec {
2525 type = types.attrsOf settingsFormat.type;
+7-7
nixos/modules/services/mail/dovecot.nix
···171171 options.services.dovecot2 = {
172172 enable = mkEnableOption (lib.mdDoc "the dovecot 2.x POP3/IMAP server");
173173174174- enablePop3 = mkEnableOption (lib.mdDoc "starting the POP3 listener (when Dovecot is enabled).");
174174+ enablePop3 = mkEnableOption (lib.mdDoc "starting the POP3 listener (when Dovecot is enabled)");
175175176176- enableImap = mkEnableOption (lib.mdDoc "starting the IMAP listener (when Dovecot is enabled).") // { default = true; };
176176+ enableImap = mkEnableOption (lib.mdDoc "starting the IMAP listener (when Dovecot is enabled)") // { default = true; };
177177178178- enableLmtp = mkEnableOption (lib.mdDoc "starting the LMTP listener (when Dovecot is enabled).");
178178+ enableLmtp = mkEnableOption (lib.mdDoc "starting the LMTP listener (when Dovecot is enabled)");
179179180180 protocols = mkOption {
181181 type = types.listOf types.str;
···300300 description = lib.mdDoc "Path to the server's private key.";
301301 };
302302303303- enablePAM = mkEnableOption (lib.mdDoc "creating a own Dovecot PAM service and configure PAM user logins.") // { default = true; };
303303+ enablePAM = mkEnableOption (lib.mdDoc "creating a own Dovecot PAM service and configure PAM user logins") // { default = true; };
304304305305- enableDHE = mkEnableOption (lib.mdDoc "enable ssl_dh and generation of primes for the key exchange.") // { default = true; };
305305+ enableDHE = mkEnableOption (lib.mdDoc "enable ssl_dh and generation of primes for the key exchange") // { default = true; };
306306307307 sieveScripts = mkOption {
308308 type = types.attrsOf types.path;
···310310 description = lib.mdDoc "Sieve scripts to be executed. Key is a sequence, e.g. 'before2', 'after' etc.";
311311 };
312312313313- showPAMFailure = mkEnableOption (lib.mdDoc "showing the PAM failure message on authentication error (useful for OTPW).");
313313+ showPAMFailure = mkEnableOption (lib.mdDoc "showing the PAM failure message on authentication error (useful for OTPW)");
314314315315 mailboxes = mkOption {
316316 type = with types; coercedTo
···326326 description = lib.mdDoc "Configure mailboxes and auto create or subscribe them.";
327327 };
328328329329- enableQuota = mkEnableOption (lib.mdDoc "the dovecot quota service.");
329329+ enableQuota = mkEnableOption (lib.mdDoc "the dovecot quota service");
330330331331 quotaPort = mkOption {
332332 type = types.str;
+1-1
nixos/modules/services/misc/atuin.nix
···88{
99 options = {
1010 services.atuin = {
1111- enable = mkEnableOption (mdDoc "Enable server for shell history sync with atuin.");
1111+ enable = mkEnableOption (mdDoc "Enable server for shell history sync with atuin");
12121313 openRegistration = mkOption {
1414 type = types.bool;
+1-1
nixos/modules/services/misc/input-remapper.nix
···66{
77 options = {
88 services.input-remapper = {
99- enable = mkEnableOption (lib.mdDoc "input-remapper, an easy to use tool to change the mapping of your input device buttons.");
99+ enable = mkEnableOption (lib.mdDoc "input-remapper, an easy to use tool to change the mapping of your input device buttons");
1010 package = mkPackageOptionMD pkgs "input-remapper" { };
1111 enableUdevRules = mkEnableOption (lib.mdDoc "udev rules added by input-remapper to handle hotplugged devices. Currently disabled by default due to https://github.com/sezanzeb/input-remapper/issues/140");
1212 serviceWantedBy = mkOption {
+1-1
nixos/modules/services/misc/sourcehut/default.nix
···438438 };
439439440440 options."lists.sr.ht" = commonServiceSettings "lists" // {
441441- allow-new-lists = mkEnableOption (lib.mdDoc "Allow creation of new lists.");
441441+ allow-new-lists = mkEnableOption (lib.mdDoc "Allow creation of new lists");
442442 notify-from = mkOption {
443443 description = lib.mdDoc "Outgoing email for notifications generated by users.";
444444 type = types.str;
···11111212 # the upstream package runs as root, but doesn't seem to be strictly
1313 # necessary for basic functionality
1414- runAsRoot = mkEnableOption (lib.mdDoc "Whether to run as root.");
1414+ runAsRoot = mkEnableOption (lib.mdDoc "Whether to run as root");
15151616 autoRetirement = mkEnableOption (lib.mdDoc ''
1717 Whether to automatically retire the host upon OS shutdown.
···7788 enable = mkEnableOption (lib.mdDoc "hledger-web service");
991010- serveApi = mkEnableOption (lib.mdDoc "Serve only the JSON web API, without the web UI.");
1010+ serveApi = mkEnableOption (lib.mdDoc "Serve only the JSON web API, without the web UI");
11111212 host = mkOption {
1313 type = types.str;
···2020 ###### interface
21212222 options = {
2323- boot.kernel.enable = mkEnableOption (lib.mdDoc "the Linux kernel. This is useful for systemd-like containers which do not require a kernel.") // {
2323+ boot.kernel.enable = mkEnableOption (lib.mdDoc "the Linux kernel. This is useful for systemd-like containers which do not require a kernel") // {
2424 default = true;
2525 };
2626