lol

nixos/*: normalize manpage references to single-line form

now nix-doc-munge will not introduce whitespace changes when it replaces
manpage references with the MD equivalent.

no change to the manpage, changes to the HTML manual are whitespace only.

pennae 423545fe ab403f07

+157 -359
+1 -2
nixos/modules/config/sysctl.nix
··· 28 28 type = types.attrsOf sysctlOption; 29 29 description = '' 30 30 Runtime parameters of the Linux kernel, as set by 31 - <citerefentry><refentrytitle>sysctl</refentrytitle> 32 - <manvolnum>8</manvolnum></citerefentry>. Note that sysctl 31 + <citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Note that sysctl 33 32 parameters names must be enclosed in quotes 34 33 (e.g. <literal>"vm.swappiness"</literal> instead of 35 34 <literal>vm.swappiness</literal>). The value of each
+1 -4
nixos/modules/config/system-environment.nix
··· 45 45 login process. 46 46 47 47 Variable substitution is available as described in 48 - <citerefentry> 49 - <refentrytitle>pam_env.conf</refentrytitle> 50 - <manvolnum>5</manvolnum> 51 - </citerefentry>. 48 + <citerefentry><refentrytitle>pam_env.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 52 49 53 50 Each attribute maps to a list of relative paths. Each relative 54 51 path is appended to the each profile of
+1 -2
nixos/modules/misc/documentation.nix
··· 227 227 Whether to install NixOS's own documentation. 228 228 <itemizedlist> 229 229 <listitem><para>This includes man pages like 230 - <citerefentry><refentrytitle>configuration.nix</refentrytitle> 231 - <manvolnum>5</manvolnum></citerefentry> if <option>documentation.man.enable</option> is 230 + <citerefentry><refentrytitle>configuration.nix</refentrytitle><manvolnum>5</manvolnum></citerefentry> if <option>documentation.man.enable</option> is 232 231 set.</para></listitem> 233 232 <listitem><para>This includes the HTML manual and the <command>nixos-help</command> command if 234 233 <option>documentation.doc.enable</option> is set.</para></listitem>
+1 -2
nixos/modules/misc/locate.nix
··· 44 44 default at 2:15 AM every day. 45 45 46 46 The format is described in 47 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 48 - <manvolnum>7</manvolnum></citerefentry>. 47 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 49 48 50 49 To disable automatic updates, set to <literal>"never"</literal> 51 50 and run <command>updatedb</command> manually.
+1 -2
nixos/modules/security/acme/default.nix
··· 453 453 inherit (defaultAndText "renewInterval" "daily") default defaultText; 454 454 description = '' 455 455 Systemd calendar expression when to check for renewal. See 456 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 457 - <manvolnum>7</manvolnum></citerefentry>. 456 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 458 457 ''; 459 458 }; 460 459
+6 -20
nixos/modules/security/pam.nix
··· 314 314 Attribute set describing resource limits. Defaults to the 315 315 value of <option>security.pam.loginLimits</option>. 316 316 The meaning of the values is explained in <citerefentry> 317 - <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum> 318 - </citerefentry>. 317 + <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 319 318 ''; 320 319 }; 321 320 ··· 756 755 <varname>domain</varname>, <varname>type</varname>, 757 756 <varname>item</varname>, and <varname>value</varname> 758 757 attribute. The syntax and semantics of these attributes 759 - must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle> 760 - <manvolnum>5</manvolnum></citerefentry>. 758 + must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 761 759 762 760 Note that these limits do not apply to systemd services, 763 761 whose limits can be changed via <option>systemd.extraConfig</option> ··· 845 843 use "sufficient". 846 844 847 845 Read 848 - <citerefentry> 849 - <refentrytitle>pam.conf</refentrytitle> 850 - <manvolnum>5</manvolnum> 851 - </citerefentry> 846 + <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 852 847 for better understanding of this option. 853 848 ''; 854 849 }; ··· 935 930 If you want to use U2F device instead of regular password, use "sufficient". 936 931 937 932 Read 938 - <citerefentry> 939 - <refentrytitle>pam.conf</refentrytitle> 940 - <manvolnum>5</manvolnum> 941 - </citerefentry> 933 + <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 942 934 for better understanding of this option. 943 935 ''; 944 936 }; ··· 1054 1046 use "sufficient". 1055 1047 1056 1048 Read 1057 - <citerefentry> 1058 - <refentrytitle>pam.conf</refentrytitle> 1059 - <manvolnum>5</manvolnum> 1060 - </citerefentry> 1049 + <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 1061 1050 for better understanding of this option. 1062 1051 ''; 1063 1052 }; ··· 1088 1077 If you want to use Yubikey instead of regular password, use "sufficient". 1089 1078 1090 1079 Read 1091 - <citerefentry> 1092 - <refentrytitle>pam.conf</refentrytitle> 1093 - <manvolnum>5</manvolnum> 1094 - </citerefentry> 1080 + <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 1095 1081 for better understanding of this option. 1096 1082 ''; 1097 1083 };
+5 -12
nixos/modules/security/systemd-confinement.nix
··· 12 12 default = false; 13 13 description = '' 14 14 If set, all the required runtime store paths for this service are 15 - bind-mounted into a <literal>tmpfs</literal>-based <citerefentry> 16 - <refentrytitle>chroot</refentrytitle> 17 - <manvolnum>2</manvolnum> 18 - </citerefentry>. 15 + bind-mounted into a <literal>tmpfs</literal>-based 16 + <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>2</manvolnum></citerefentry>. 19 17 ''; 20 18 }; 21 19 ··· 69 67 <filename>/bin/sh</filename> is provided at all. 70 68 71 69 This is useful for some applications, which for example use the 72 - <citerefentry> 73 - <refentrytitle>system</refentrytitle> 74 - <manvolnum>3</manvolnum> 75 - </citerefentry> library function to execute commands. 70 + <citerefentry><refentrytitle>system</refentrytitle><manvolnum>3</manvolnum></citerefentry> library function to execute commands. 76 71 ''; 77 72 }; 78 73 ··· 88 83 name space. 89 84 90 85 If this is set to <literal>chroot-only</literal>, only the file 91 - system name space is set up along with the call to <citerefentry> 92 - <refentrytitle>chroot</refentrytitle> 93 - <manvolnum>2</manvolnum> 94 - </citerefentry>. 86 + system name space is set up along with the call to 87 + <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>2</manvolnum></citerefentry>. 95 88 96 89 <note><para>This doesn't cover network namespaces and is solely for 97 90 file system level isolation.</para></note>
+1 -4
nixos/modules/security/wrappers/default.nix
··· 54 54 description = '' 55 55 A comma-separated list of capabilities to be given to the wrapper 56 56 program. For capabilities supported by the system check the 57 - <citerefentry> 58 - <refentrytitle>capabilities</refentrytitle> 59 - <manvolnum>7</manvolnum> 60 - </citerefentry> 57 + <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry> 61 58 manual page. 62 59 63 60 <note><para>
+2 -4
nixos/modules/services/backup/borgbackup.nix
··· 323 323 description = '' 324 324 When or how often the backup should run. 325 325 Must be in the format described in 326 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 327 - <manvolnum>7</manvolnum></citerefentry>. 326 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 328 327 If you do not want the backup to start 329 328 automatically, use <literal>[ ]</literal>. 330 329 It will generate a systemd service borgbackup-job-NAME. ··· 338 337 example = true; 339 338 description = '' 340 339 Set the <literal>persistentTimer</literal> option for the 341 - <citerefentry><refentrytitle>systemd.timer</refentrytitle> 342 - <manvolnum>5</manvolnum></citerefentry> 340 + <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry> 343 341 which triggers the backup immediately if the last trigger 344 342 was missed (e.g. if the system was powered down). 345 343 '';
+6 -12
nixos/modules/services/backup/duplicity.nix
··· 29 29 example = [ "/home" ]; 30 30 description = '' 31 31 List of paths to include into the backups. See the FILE SELECTION 32 - section in <citerefentry><refentrytitle>duplicity</refentrytitle> 33 - <manvolnum>1</manvolnum></citerefentry> for details on the syntax. 32 + section in <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details on the syntax. 34 33 ''; 35 34 }; 36 35 ··· 39 38 default = [ ]; 40 39 description = '' 41 40 List of paths to exclude from backups. See the FILE SELECTION section in 42 - <citerefentry><refentrytitle>duplicity</refentrytitle> 43 - <manvolnum>1</manvolnum></citerefentry> for details on the syntax. 41 + <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details on the syntax. 44 42 ''; 45 43 }; 46 44 ··· 49 47 example = "s3://host:port/prefix"; 50 48 description = '' 51 49 Target url to backup to. See the URL FORMAT section in 52 - <citerefentry><refentrytitle>duplicity</refentrytitle> 53 - <manvolnum>1</manvolnum></citerefentry> for supported urls. 50 + <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for supported urls. 54 51 ''; 55 52 }; 56 53 ··· 60 57 description = '' 61 58 Path of a file containing secrets (gpg passphrase, access key...) in 62 59 the format of EnvironmentFile as described by 63 - <citerefentry><refentrytitle>systemd.exec</refentrytitle> 64 - <manvolnum>5</manvolnum></citerefentry>. For example: 60 + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. For example: 65 61 <programlisting> 66 62 PASSPHRASE=«...» 67 63 AWS_ACCESS_KEY_ID=«...» ··· 75 71 default = "daily"; 76 72 description = '' 77 73 Run duplicity with the given frequency (see 78 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 79 - <manvolnum>7</manvolnum></citerefentry> for the format). 74 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for the format). 80 75 If null, do not run automatically. 81 76 ''; 82 77 }; ··· 87 82 example = [ "--backend-retry-delay" "100" ]; 88 83 description = '' 89 84 Extra command-line flags passed to duplicity. See 90 - <citerefentry><refentrytitle>duplicity</refentrytitle> 91 - <manvolnum>1</manvolnum></citerefentry>. 85 + <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry>. 92 86 ''; 93 87 }; 94 88
+1 -2
nixos/modules/services/backup/sanoid.nix
··· 122 122 Run sanoid at this interval. The default is to run hourly. 123 123 124 124 The format is described in 125 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 126 - <manvolnum>7</manvolnum></citerefentry>. 125 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 127 126 ''; 128 127 }; 129 128
+1 -2
nixos/modules/services/backup/syncoid.nix
··· 93 93 Run syncoid at this interval. The default is to run hourly. 94 94 95 95 The format is described in 96 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 97 - <manvolnum>7</manvolnum></citerefentry>. 96 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 98 97 ''; 99 98 }; 100 99
+1 -2
nixos/modules/services/backup/tarsnap.nix
··· 144 144 Create archive at this interval. 145 145 146 146 The format is described in 147 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 148 - <manvolnum>7</manvolnum></citerefentry>. 147 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 149 148 ''; 150 149 }; 151 150
+1 -2
nixos/modules/services/computing/slurm/slurm.nix
··· 111 111 default = ""; 112 112 description = '' 113 113 Extra configuration for <literal>slurmdbd.conf</literal> See also: 114 - <citerefentry><refentrytitle>slurmdbd.conf</refentrytitle> 115 - <manvolnum>8</manvolnum></citerefentry>. 114 + <citerefentry><refentrytitle>slurmdbd.conf</refentrytitle><manvolnum>8</manvolnum></citerefentry>. 116 115 ''; 117 116 }; 118 117 };
+1 -2
nixos/modules/services/hardware/pcscd.nix
··· 38 38 description = '' 39 39 Configuration for devices that aren't hotpluggable. 40 40 41 - See <citerefentry><refentrytitle>reader.conf</refentrytitle> 42 - <manvolnum>5</manvolnum></citerefentry> for valid options. 41 + See <citerefentry><refentrytitle>reader.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for valid options. 43 42 ''; 44 43 }; 45 44 };
+1 -3
nixos/modules/services/logging/awstats.nix
··· 123 123 example = "hourly"; 124 124 description = '' 125 125 Specification of the time at which awstats will get updated. 126 - (in the format described by <citerefentry> 127 - <refentrytitle>systemd.time</refentrytitle> 128 - <manvolnum>7</manvolnum></citerefentry>) 126 + (in the format described by <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) 129 127 ''; 130 128 }; 131 129 };
+1 -2
nixos/modules/services/mail/mlmmj.nix
··· 88 88 default = "20min"; 89 89 description = '' 90 90 Time interval between mlmmj-maintd runs, see 91 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 92 - <manvolnum>7</manvolnum></citerefentry> for format information. 91 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for format information. 93 92 ''; 94 93 }; 95 94
+1 -2
nixos/modules/services/mail/postfix.nix
··· 536 536 type = types.lines; 537 537 default = ""; 538 538 description = '' 539 - Entries for the <citerefentry><refentrytitle>canonical</refentrytitle> 540 - <manvolnum>5</manvolnum></citerefentry> table. 539 + Entries for the <citerefentry><refentrytitle>canonical</refentrytitle><manvolnum>5</manvolnum></citerefentry> table. 541 540 ''; 542 541 }; 543 542
+1 -2
nixos/modules/services/matrix/dendrite.nix
··· 52 52 default = null; 53 53 description = '' 54 54 Environment file as defined in <citerefentry> 55 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 56 - </citerefentry>. 55 + <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 57 56 Secrets may be passed to the service without adding them to the world-readable 58 57 Nix store, by specifying placeholder variables as the option value in Nix and 59 58 setting these variables accordingly in the environment file. Currently only used
+2 -8
nixos/modules/services/misc/autorandr.nix
··· 116 116 ''; 117 117 description = '' 118 118 Refer to 119 - <citerefentry> 120 - <refentrytitle>xrandr</refentrytitle> 121 - <manvolnum>1</manvolnum> 122 - </citerefentry> 119 + <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry> 123 120 for the documentation of the transform matrix. 124 121 ''; 125 122 }; ··· 156 153 Output scale configuration. 157 154 158 155 Either configure by pixels or a scaling factor. When using pixel method the 159 - <citerefentry> 160 - <refentrytitle>xrandr</refentrytitle> 161 - <manvolnum>1</manvolnum> 162 - </citerefentry> 156 + <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry> 163 157 option 164 158 <parameter class="command">--scale-from</parameter> 165 159 will be used; when using factor method the option
+1 -2
nixos/modules/services/misc/docker-registry.nix
··· 105 105 type = types.str; 106 106 description = '' 107 107 Specification (in the format described by 108 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 109 - <manvolnum>7</manvolnum></citerefentry>) of the time at 108 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at 110 109 which the garbage collect will occur. 111 110 ''; 112 111 };
+1 -2
nixos/modules/services/misc/fstrim.nix
··· 21 21 a sufficient trimming frequency is once a week. 22 22 23 23 The format is described in 24 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 25 - <manvolnum>7</manvolnum></citerefentry>. 24 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 26 25 ''; 27 26 }; 28 27 };
+1 -2
nixos/modules/services/misc/geoipupdate.nix
··· 22 22 description = '' 23 23 Update the GeoIP databases at this time / interval. 24 24 The format is described in 25 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 26 - <manvolnum>7</manvolnum></citerefentry>. 25 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 27 26 ''; 28 27 }; 29 28
+1 -2
nixos/modules/services/misc/gitea.nix
··· 166 166 Run a gitea dump at this interval. Runs by default at 04:31 every day. 167 167 168 168 The format is described in 169 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 170 - <manvolnum>7</manvolnum></citerefentry>. 169 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 171 170 ''; 172 171 }; 173 172
+1 -2
nixos/modules/services/misc/gitlab.nix
··· 322 322 description = '' 323 323 The time(s) to run automatic backup of GitLab 324 324 state. Specified in systemd's time format; see 325 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 326 - <manvolnum>7</manvolnum></citerefentry>. 325 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 327 326 ''; 328 327 }; 329 328
+2 -6
nixos/modules/services/misc/nix-daemon.nix
··· 176 176 <literal>batch</literal> policy instead. 177 177 178 178 For more fine-grained resource control, please refer to 179 - <citerefentry><refentrytitle>systemd.resource-control 180 - </refentrytitle><manvolnum>5</manvolnum></citerefentry> and adjust 179 + <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> and adjust 181 180 <option>systemd.services.nix-daemon</option> directly. 182 181 ''; 183 182 }; ··· 631 630 description = '' 632 631 Configuration for Nix, see 633 632 <link xlink:href="https://nixos.org/manual/nix/stable/#sec-conf-file"/> or 634 - <citerefentry> 635 - <refentrytitle>nix.conf</refentrytitle> 636 - <manvolnum>5</manvolnum> 637 - </citerefentry> for avalaible options. 633 + <citerefentry><refentrytitle>nix.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for avalaible options. 638 634 The value declared here will be translated directly to the key-value pairs Nix expects. 639 635 640 636 You can use <command>nix-instantiate --eval --strict '&lt;nixpkgs/nixos&gt;' -A config.nix.settings</command>
+2 -4
nixos/modules/services/misc/nix-gc.nix
··· 29 29 a sufficient garbage collection is once a week. 30 30 31 31 The format is described in 32 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 33 - <manvolnum>7</manvolnum></citerefentry>. 32 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 34 33 ''; 35 34 }; 36 35 ··· 42 41 Add a randomized delay before each garbage collection. 43 42 The delay will be chosen between zero and this value. 44 43 This value must be a time span in the format specified by 45 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 46 - <manvolnum>7</manvolnum></citerefentry> 44 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> 47 45 ''; 48 46 }; 49 47
+1 -2
nixos/modules/services/misc/nix-optimise.nix
··· 25 25 type = types.listOf types.str; 26 26 description = '' 27 27 Specification (in the format described by 28 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 29 - <manvolnum>7</manvolnum></citerefentry>) of the time at 28 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at 30 29 which the optimiser will run. 31 30 ''; 32 31 };
+2 -4
nixos/modules/services/misc/snapper.nix
··· 24 24 Snapshot interval. 25 25 26 26 The format is described in 27 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 28 - <manvolnum>7</manvolnum></citerefentry>. 27 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 29 28 ''; 30 29 }; 31 30 ··· 36 35 Cleanup interval. 37 36 38 37 The format is described in 39 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 40 - <manvolnum>7</manvolnum></citerefentry>. 38 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 41 39 ''; 42 40 }; 43 41
+3 -8
nixos/modules/services/misc/taskserver/default.nix
··· 228 228 type = types.int; 229 229 default = 10; 230 230 description = '' 231 - Size of the connection backlog, see <citerefentry> 232 - <refentrytitle>listen</refentrytitle> 233 - <manvolnum>2</manvolnum> 234 - </citerefentry>. 231 + Size of the connection backlog, see <citerefentry><refentrytitle>listen</refentrytitle><manvolnum>2</manvolnum></citerefentry>. 235 232 ''; 236 233 }; 237 234 ··· 327 324 description = '' 328 325 Configuration options to pass to Taskserver. 329 326 330 - The options here are the same as described in <citerefentry> 331 - <refentrytitle>taskdrc</refentrytitle> 332 - <manvolnum>5</manvolnum> 333 - </citerefentry>, but with one difference: 327 + The options here are the same as described in 328 + <citerefentry><refentrytitle>taskdrc</refentrytitle><manvolnum>5</manvolnum></citerefentry>, but with one difference: 334 329 335 330 The <literal>server</literal> option is 336 331 <literal>server.listen</literal> here, because the
+1 -2
nixos/modules/services/monitoring/prometheus/exporters/knot.nix
··· 20 20 type = types.str; 21 21 default = "/run/knot/knot.sock"; 22 22 description = '' 23 - Socket path of <citerefentry><refentrytitle>knotd</refentrytitle> 24 - <manvolnum>8</manvolnum></citerefentry>. 23 + Socket path of <citerefentry><refentrytitle>knotd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. 25 24 ''; 26 25 }; 27 26
+1 -2
nixos/modules/services/monitoring/prometheus/exporters/mail.nix
··· 115 115 description = '' 116 116 List of servers that should be probed. 117 117 118 - <emphasis>Note:</emphasis> if your mailserver has <citerefentry> 119 - <refentrytitle>rspamd</refentrytitle><manvolnum>8</manvolnum></citerefentry> configured, 118 + <emphasis>Note:</emphasis> if your mailserver has <citerefentry><refentrytitle>rspamd</refentrytitle><manvolnum>8</manvolnum></citerefentry> configured, 120 119 it can happen that emails from this exporter are marked as spam. 121 120 122 121 It's possible to work around the issue with a config like this:
+1 -3
nixos/modules/services/monitoring/prometheus/exporters/postgres.nix
··· 37 37 default = null; 38 38 example = "/root/prometheus-postgres-exporter.env"; 39 39 description = '' 40 - Environment file as defined in <citerefentry> 41 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 42 - </citerefentry>. 40 + Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 43 41 44 42 Secrets may be passed to the service without adding them to the 45 43 world-readable Nix store, by specifying placeholder variables as
+1 -3
nixos/modules/services/network-filesystems/litestream/default.nix
··· 41 41 default = null; 42 42 example = "/run/secrets/litestream"; 43 43 description = '' 44 - Environment file as defined in <citerefentry> 45 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 46 - </citerefentry>. 44 + Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 47 45 48 46 Secrets may be passed to the service without adding them to the 49 47 world-readable Nix store, by specifying placeholder variables as
+2 -4
nixos/modules/services/network-filesystems/netatalk.nix
··· 34 34 }; 35 35 description = '' 36 36 Configuration for Netatalk. See 37 - <citerefentry><refentrytitle>afp.conf</refentrytitle> 38 - <manvolnum>5</manvolnum></citerefentry>. 37 + <citerefentry><refentrytitle>afp.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 39 38 ''; 40 39 }; 41 40 ··· 44 43 default = ""; 45 44 description = '' 46 45 File name extension mappings. 47 - See <citerefentry><refentrytitle>extmap.conf</refentrytitle> 48 - <manvolnum>5</manvolnum></citerefentry>. for more information. 46 + See <citerefentry><refentrytitle>extmap.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. for more information. 49 47 ''; 50 48 }; 51 49
+2 -4
nixos/modules/services/network-filesystems/nfsd.nix
··· 44 44 default = ""; 45 45 description = '' 46 46 Contents of the /etc/exports file. See 47 - <citerefentry><refentrytitle>exports</refentrytitle> 48 - <manvolnum>5</manvolnum></citerefentry> for the format. 47 + <citerefentry><refentrytitle>exports</refentrytitle><manvolnum>5</manvolnum></citerefentry> for the format. 49 48 ''; 50 49 }; 51 50 ··· 55 54 description = '' 56 55 Hostname or address on which NFS requests will be accepted. 57 56 Default is all. See the <option>-H</option> option in 58 - <citerefentry><refentrytitle>nfsd</refentrytitle> 59 - <manvolnum>8</manvolnum></citerefentry>. 57 + <citerefentry><refentrytitle>nfsd</refentrytitle><manvolnum>8</manvolnum></citerefentry>. 60 58 ''; 61 59 }; 62 60
+1 -2
nixos/modules/services/network-filesystems/rsyncd.nix
··· 41 41 }; 42 42 description = '' 43 43 Configuration for rsyncd. See 44 - <citerefentry><refentrytitle>rsyncd.conf</refentrytitle> 45 - <manvolnum>5</manvolnum></citerefentry>. 44 + <citerefentry><refentrytitle>rsyncd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 46 45 ''; 47 46 }; 48 47
+1 -3
nixos/modules/services/network-filesystems/webdav.nix
··· 68 68 type = types.nullOr types.path; 69 69 default = null; 70 70 description = '' 71 - Environment file as defined in <citerefentry> 72 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 73 - </citerefentry>. 71 + Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 74 72 ''; 75 73 }; 76 74 };
+1 -2
nixos/modules/services/networking/avahi-daemon.nix
··· 152 152 ''; 153 153 description = '' 154 154 Specify custom service definitions which are placed in the avahi service directory. 155 - See the <citerefentry><refentrytitle>avahi.service</refentrytitle> 156 - <manvolnum>5</manvolnum></citerefentry> manpage for detailed information. 155 + See the <citerefentry><refentrytitle>avahi.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> manpage for detailed information. 157 156 ''; 158 157 }; 159 158
+1 -3
nixos/modules/services/networking/murmur.nix
··· 262 262 default = null; 263 263 example = "/var/lib/murmur/murmurd.env"; 264 264 description = '' 265 - Environment file as defined in <citerefentry> 266 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 267 - </citerefentry>. 265 + Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 268 266 269 267 Secrets may be passed to the service without adding them to the world-readable 270 268 Nix store, by specifying placeholder variables as the option value in Nix and
+2 -4
nixos/modules/services/networking/nbd.nix
··· 58 58 }; 59 59 description = '' 60 60 Extra options for the server. See 61 - <citerefentry><refentrytitle>nbd-server</refentrytitle> 62 - <manvolnum>5</manvolnum></citerefentry>. 61 + <citerefentry><refentrytitle>nbd-server</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 63 62 ''; 64 63 }; 65 64 ··· 90 89 }; 91 90 description = '' 92 91 Extra options for this export. See 93 - <citerefentry><refentrytitle>nbd-server</refentrytitle> 94 - <manvolnum>5</manvolnum></citerefentry>. 92 + <citerefentry><refentrytitle>nbd-server</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 95 93 ''; 96 94 }; 97 95 };
+4 -16
nixos/modules/services/networking/networkmanager.nix
··· 180 180 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html#id-1.2.3.11 181 181 </link> 182 182 or 183 - <citerefentry> 184 - <refentrytitle>NetworkManager.conf</refentrytitle> 185 - <manvolnum>5</manvolnum> 186 - </citerefentry> 183 + <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 187 184 for more information. 188 185 ''; 189 186 }; ··· 198 195 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html 199 196 </link> 200 197 or 201 - <citerefentry> 202 - <refentrytitle>NetworkManager.conf</refentrytitle> 203 - <manvolnum>5</manvolnum> 204 - </citerefentry> 198 + <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 205 199 for more information. 206 200 ''; 207 201 }; ··· 217 211 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html#device-spec 218 212 </link> 219 213 or the "Device List Format" Appendix of 220 - <citerefentry> 221 - <refentrytitle>NetworkManager.conf</refentrytitle> 222 - <manvolnum>5</manvolnum> 223 - </citerefentry>. 214 + <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 224 215 ''; 225 216 }; 226 217 ··· 335 326 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html 336 327 </link> 337 328 or in 338 - <citerefentry> 339 - <refentrytitle>NetworkManager.conf</refentrytitle> 340 - <manvolnum>5</manvolnum> 341 - </citerefentry>. 329 + <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 342 330 ''; 343 331 }; 344 332
+2 -4
nixos/modules/services/networking/soju.nix
··· 35 35 description = '' 36 36 Where soju should listen for incoming connections. See the 37 37 <literal>listen</literal> directive in 38 - <citerefentry><refentrytitle>soju</refentrytitle> 39 - <manvolnum>1</manvolnum></citerefentry>. 38 + <citerefentry><refentrytitle>soju</refentrytitle><manvolnum>1</manvolnum></citerefentry>. 40 39 ''; 41 40 }; 42 41 ··· 73 72 description = '' 74 73 List of allowed HTTP origins for WebSocket listeners. The parameters are 75 74 interpreted as shell patterns, see 76 - <citerefentry><refentrytitle>glob</refentrytitle> 77 - <manvolnum>7</manvolnum></citerefentry>. 75 + <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 78 76 ''; 79 77 }; 80 78
+2 -4
nixos/modules/services/networking/ssh/sshd.nix
··· 159 159 description = '' 160 160 Specifies whether remote hosts are allowed to connect to 161 161 ports forwarded for the client. See 162 - <citerefentry><refentrytitle>sshd_config</refentrytitle> 163 - <manvolnum>5</manvolnum></citerefentry>. 162 + <citerefentry><refentrytitle>sshd_config</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 164 163 ''; 165 164 }; 166 165 ··· 240 239 description = '' 241 240 NixOS can automatically generate SSH host keys. This option 242 241 specifies the path, type and size of each key. See 243 - <citerefentry><refentrytitle>ssh-keygen</refentrytitle> 244 - <manvolnum>1</manvolnum></citerefentry> for supported types 242 + <citerefentry><refentrytitle>ssh-keygen</refentrytitle><manvolnum>1</manvolnum></citerefentry> for supported types 245 243 and sizes. 246 244 ''; 247 245 };
+2 -4
nixos/modules/services/networking/stunnel.nix
··· 80 80 description = '' 81 81 Define the server configuations. 82 82 83 - See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle> 84 - <manvolnum>8</manvolnum></citerefentry>. 83 + See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle><manvolnum>8</manvolnum></citerefentry>. 85 84 ''; 86 85 type = with types; attrsOf (attrsOf (nullOr (oneOf [bool int str]))); 87 86 example = { ··· 100 99 101 100 By default, verifyChain and OCSPaia are enabled and a CAFile is provided from pkgs.cacert. 102 101 103 - See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle> 104 - <manvolnum>8</manvolnum></citerefentry>. 102 + See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle><manvolnum>8</manvolnum></citerefentry>. 105 103 ''; 106 104 type = with types; attrsOf (attrsOf (nullOr (oneOf [bool int str]))); 107 105
+1 -2
nixos/modules/services/networking/unbound.nix
··· 152 152 ''; 153 153 description = '' 154 154 Declarative Unbound configuration 155 - See the <citerefentry><refentrytitle>unbound.conf</refentrytitle> 156 - <manvolnum>5</manvolnum></citerefentry> manpage for a list of 155 + See the <citerefentry><refentrytitle>unbound.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> manpage for a list of 157 156 available options. 158 157 ''; 159 158 };
+4 -15
nixos/modules/services/networking/wpa_supplicant.nix
··· 226 226 File consisting of lines of the form <literal>varname=value</literal> 227 227 to define variables for the wireless configuration. 228 228 229 - See section "EnvironmentFile=" in <citerefentry> 230 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 231 - </citerefentry> for a syntax reference. 229 + See section "EnvironmentFile=" in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a syntax reference. 232 230 233 231 Secrets (PSKs, passwords, etc.) can be provided without adding them to 234 232 the world-readable Nix store by defining them in the environment file and ··· 348 346 description = '' 349 347 Use this option to configure advanced authentication methods like EAP. 350 348 See 351 - <citerefentry> 352 - <refentrytitle>wpa_supplicant.conf</refentrytitle> 353 - <manvolnum>5</manvolnum> 354 - </citerefentry> 349 + <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 355 350 for example configurations. 356 351 357 352 <warning><para> ··· 404 399 description = '' 405 400 Extra configuration lines appended to the network block. 406 401 See 407 - <citerefentry> 408 - <refentrytitle>wpa_supplicant.conf</refentrytitle> 409 - <manvolnum>5</manvolnum> 410 - </citerefentry> 402 + <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 411 403 for available options. 412 404 ''; 413 405 }; ··· 481 473 description = '' 482 474 Extra lines appended to the configuration file. 483 475 See 484 - <citerefentry> 485 - <refentrytitle>wpa_supplicant.conf</refentrytitle> 486 - <manvolnum>5</manvolnum> 487 - </citerefentry> 476 + <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> 488 477 for available options. 489 478 ''; 490 479 };
+1 -3
nixos/modules/services/security/usbguard.nix
··· 69 69 Running <literal>usbguard generate-policy</literal> as root will 70 70 generate a config for your currently plugged in devices. 71 71 72 - For more details see <citerefentry> 73 - <refentrytitle>usbguard-rules.conf</refentrytitle> 74 - <manvolnum>5</manvolnum></citerefentry>. 72 + For more details see <citerefentry><refentrytitle>usbguard-rules.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 75 73 ''; 76 74 }; 77 75
+1 -3
nixos/modules/services/security/vaultwarden/default.nix
··· 126 126 default = null; 127 127 example = "/var/lib/vaultwarden.env"; 128 128 description = '' 129 - Additional environment file as defined in <citerefentry> 130 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 131 - </citerefentry>. 129 + Additional environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 132 130 133 131 Secrets like <envar>ADMIN_TOKEN</envar> and <envar>SMTP_PASSWORD</envar> 134 132 may be passed to the service without adding them to the world-readable Nix store.
+2 -4
nixos/modules/services/ttys/getty.nix
··· 54 54 default = null; 55 55 description = '' 56 56 Template for arguments to be passed to 57 - <citerefentry><refentrytitle>login</refentrytitle> 58 - <manvolnum>1</manvolnum></citerefentry>. 57 + <citerefentry><refentrytitle>login</refentrytitle><manvolnum>1</manvolnum></citerefentry>. 59 58 60 - See <citerefentry><refentrytitle>agetty</refentrytitle> 61 - <manvolnum>1</manvolnum></citerefentry> for details, 59 + See <citerefentry><refentrytitle>agetty</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details, 62 60 including security considerations. If unspecified, agetty 63 61 will not be invoked with a <option>--login-options</option> 64 62 option.
+1 -3
nixos/modules/services/web-apps/hedgedoc.nix
··· 983 983 default = null; 984 984 example = "/var/lib/hedgedoc/hedgedoc.env"; 985 985 description = '' 986 - Environment file as defined in <citerefentry> 987 - <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum> 988 - </citerefentry>. 986 + Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 989 987 990 988 Secrets may be passed to the service without adding them to the world-readable 991 989 Nix store, by specifying placeholder variables as the option value in Nix and
+1 -2
nixos/modules/services/web-servers/hydron.nix
··· 21 21 How often we run hydron import and possibly fetch tags. Runs by default every week. 22 22 23 23 The format is described in 24 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 25 - <manvolnum>7</manvolnum></citerefentry>. 24 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 26 25 ''; 27 26 }; 28 27
+3 -6
nixos/modules/services/x11/xserver.nix
··· 38 38 type = types.str; 39 39 example = "DVI-0"; 40 40 description = '' 41 - The output name of the monitor, as shown by <citerefentry> 42 - <refentrytitle>xrandr</refentrytitle> 43 - <manvolnum>1</manvolnum> 44 - </citerefentry> invoked without arguments. 41 + The output name of the monitor, as shown by 42 + <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry> invoked without arguments. 45 43 ''; 46 44 }; 47 45 ··· 63 61 description = '' 64 62 Extra lines to append to the <literal>Monitor</literal> section 65 63 verbatim. Available options are documented in the MONITOR section in 66 - <citerefentry><refentrytitle>xorg.conf</refentrytitle> 67 - <manvolnum>5</manvolnum></citerefentry>. 64 + <citerefentry><refentrytitle>xorg.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 68 65 ''; 69 66 }; 70 67 };
+1 -2
nixos/modules/system/boot/modprobe.nix
··· 28 28 Any additional configuration to be appended to the generated 29 29 <filename>modprobe.conf</filename>. This is typically used to 30 30 specify module options. See 31 - <citerefentry><refentrytitle>modprobe.d</refentrytitle> 32 - <manvolnum>5</manvolnum></citerefentry> for details. 31 + <citerefentry><refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 33 32 ''; 34 33 type = types.lines; 35 34 };
+51 -102
nixos/modules/system/boot/networkd.nix
··· 919 919 description = '' 920 920 Each attribute in this set specifies an option in the 921 921 <literal>[Network]</literal> section of the networkd config. 922 - See <citerefentry><refentrytitle>networkd.conf</refentrytitle> 923 - <manvolnum>5</manvolnum></citerefentry> for details. 922 + See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 924 923 ''; 925 924 }; 926 925 ··· 931 930 description = '' 932 931 Each attribute in this set specifies an option in the 933 932 <literal>[DHCPv4]</literal> section of the networkd config. 934 - See <citerefentry><refentrytitle>networkd.conf</refentrytitle> 935 - <manvolnum>5</manvolnum></citerefentry> for details. 933 + See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 936 934 ''; 937 935 }; 938 936 ··· 943 941 description = '' 944 942 Each attribute in this set specifies an option in the 945 943 <literal>[DHCPv6]</literal> section of the networkd config. 946 - See <citerefentry><refentrytitle>networkd.conf</refentrytitle> 947 - <manvolnum>5</manvolnum></citerefentry> for details. 944 + See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 948 945 ''; 949 946 }; 950 947 }; ··· 966 963 description = '' 967 964 Each attribute in this set specifies an option in the 968 965 <literal>[Link]</literal> section of the unit. See 969 - <citerefentry><refentrytitle>systemd.link</refentrytitle> 970 - <manvolnum>5</manvolnum></citerefentry> for details. 966 + <citerefentry><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 971 967 ''; 972 968 }; 973 969 ··· 981 977 description = '' 982 978 Each attribute in this set specifies an option in the 983 979 <literal>[WireGuardPeer]</literal> section of the unit. See 984 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 985 - <manvolnum>5</manvolnum></citerefentry> for details. 980 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 986 981 ''; 987 982 }; 988 983 }; ··· 996 991 description = '' 997 992 Each attribute in this set specifies an option in the 998 993 <literal>[Netdev]</literal> section of the unit. See 999 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1000 - <manvolnum>5</manvolnum></citerefentry> for details. 994 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1001 995 ''; 1002 996 }; 1003 997 ··· 1008 1002 description = '' 1009 1003 Each attribute in this set specifies an option in the 1010 1004 <literal>[VLAN]</literal> section of the unit. See 1011 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1012 - <manvolnum>5</manvolnum></citerefentry> for details. 1005 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1013 1006 ''; 1014 1007 }; 1015 1008 ··· 1020 1013 description = '' 1021 1014 Each attribute in this set specifies an option in the 1022 1015 <literal>[MACVLAN]</literal> section of the unit. See 1023 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1024 - <manvolnum>5</manvolnum></citerefentry> for details. 1016 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1025 1017 ''; 1026 1018 }; 1027 1019 ··· 1031 1023 description = '' 1032 1024 Each attribute in this set specifies an option in the 1033 1025 <literal>[VXLAN]</literal> section of the unit. See 1034 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1035 - <manvolnum>5</manvolnum></citerefentry> for details. 1026 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1036 1027 ''; 1037 1028 }; 1038 1029 ··· 1043 1034 description = '' 1044 1035 Each attribute in this set specifies an option in the 1045 1036 <literal>[Tunnel]</literal> section of the unit. See 1046 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1047 - <manvolnum>5</manvolnum></citerefentry> for details. 1037 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1048 1038 ''; 1049 1039 }; 1050 1040 ··· 1055 1045 description = '' 1056 1046 Each attribute in this set specifies an option in the 1057 1047 <literal>[FooOverUDP]</literal> section of the unit. See 1058 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1059 - <manvolnum>5</manvolnum></citerefentry> for details. 1048 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1060 1049 ''; 1061 1050 }; 1062 1051 ··· 1067 1056 description = '' 1068 1057 Each attribute in this set specifies an option in the 1069 1058 <literal>[Peer]</literal> section of the unit. See 1070 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1071 - <manvolnum>5</manvolnum></citerefentry> for details. 1059 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1072 1060 ''; 1073 1061 }; 1074 1062 ··· 1079 1067 description = '' 1080 1068 Each attribute in this set specifies an option in the 1081 1069 <literal>[Tun]</literal> section of the unit. See 1082 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1083 - <manvolnum>5</manvolnum></citerefentry> for details. 1070 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1084 1071 ''; 1085 1072 }; 1086 1073 ··· 1091 1078 description = '' 1092 1079 Each attribute in this set specifies an option in the 1093 1080 <literal>[Tap]</literal> section of the unit. See 1094 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1095 - <manvolnum>5</manvolnum></citerefentry> for details. 1081 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1096 1082 ''; 1097 1083 }; 1098 1084 ··· 1107 1093 description = '' 1108 1094 Each attribute in this set specifies an option in the 1109 1095 <literal>[WireGuard]</literal> section of the unit. See 1110 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1111 - <manvolnum>5</manvolnum></citerefentry> for details. 1096 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1112 1097 Use <literal>PrivateKeyFile</literal> instead of 1113 1098 <literal>PrivateKey</literal>: the nix store is 1114 1099 world-readable. ··· 1128 1113 description = '' 1129 1114 Each item in this array specifies an option in the 1130 1115 <literal>[WireGuardPeer]</literal> section of the unit. See 1131 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1132 - <manvolnum>5</manvolnum></citerefentry> for details. 1116 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1133 1117 Use <literal>PresharedKeyFile</literal> instead of 1134 1118 <literal>PresharedKey</literal>: the nix store is 1135 1119 world-readable. ··· 1143 1127 description = '' 1144 1128 Each attribute in this set specifies an option in the 1145 1129 <literal>[Bond]</literal> section of the unit. See 1146 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1147 - <manvolnum>5</manvolnum></citerefentry> for details. 1130 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1148 1131 ''; 1149 1132 }; 1150 1133 ··· 1155 1138 description = '' 1156 1139 Each attribute in this set specifies an option in the 1157 1140 <literal>[Xfrm]</literal> section of the unit. See 1158 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1159 - <manvolnum>5</manvolnum></citerefentry> for details. 1141 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1160 1142 ''; 1161 1143 }; 1162 1144 ··· 1167 1149 description = '' 1168 1150 Each attribute in this set specifies an option in the 1169 1151 <literal>[VRF]</literal> section of the unit. See 1170 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1171 - <manvolnum>5</manvolnum></citerefentry> for details. 1152 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1172 1153 A detailed explanation about how VRFs work can be found in the 1173 1154 <link xlink:href="https://www.kernel.org/doc/Documentation/networking/vrf.txt">kernel docs</link>. 1174 1155 ''; ··· 1184 1165 description = '' 1185 1166 Each attribute in this set specifies an option in the 1186 1167 <literal>[BatmanAdvanced]</literal> section of the unit. See 1187 - <citerefentry><refentrytitle>systemd.netdev</refentrytitle> 1188 - <manvolnum>5</manvolnum></citerefentry> for details. 1168 + <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1189 1169 ''; 1190 1170 }; 1191 1171 ··· 1199 1179 description = '' 1200 1180 Each attribute in this set specifies an option in the 1201 1181 <literal>[Address]</literal> section of the unit. See 1202 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1203 - <manvolnum>5</manvolnum></citerefentry> for details. 1182 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1204 1183 ''; 1205 1184 }; 1206 1185 }; ··· 1215 1194 description = '' 1216 1195 Each attribute in this set specifies an option in the 1217 1196 <literal>[RoutingPolicyRule]</literal> section of the unit. See 1218 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1219 - <manvolnum>5</manvolnum></citerefentry> for details. 1197 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1220 1198 ''; 1221 1199 }; 1222 1200 }; ··· 1231 1209 description = '' 1232 1210 Each attribute in this set specifies an option in the 1233 1211 <literal>[Route]</literal> section of the unit. See 1234 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1235 - <manvolnum>5</manvolnum></citerefentry> for details. 1212 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1236 1213 ''; 1237 1214 }; 1238 1215 }; ··· 1247 1224 description = '' 1248 1225 Each attribute in this set specifies an option in the 1249 1226 <literal>[IPv6Prefix]</literal> section of the unit. See 1250 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1251 - <manvolnum>5</manvolnum></citerefentry> for details. 1227 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1252 1228 ''; 1253 1229 }; 1254 1230 }; ··· 1263 1239 description = '' 1264 1240 Each attribute in this set specifies an option in the 1265 1241 <literal>[DHCPServerStaticLease]</literal> section of the unit. See 1266 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1267 - <manvolnum>5</manvolnum></citerefentry> for details. 1242 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1268 1243 1269 1244 Make sure to configure the corresponding client interface to use 1270 1245 <literal>ClientIdentifier=mac</literal>. ··· 1282 1257 description = '' 1283 1258 Each attribute in this set specifies an option in the 1284 1259 <literal>[Link]</literal> section of the unit. See 1285 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1286 - <manvolnum>5</manvolnum></citerefentry> for details. 1260 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1287 1261 ''; 1288 1262 }; 1289 1263 ··· 1294 1268 description = '' 1295 1269 Each attribute in this set specifies an option in the 1296 1270 <literal>[Network]</literal> section of the unit. See 1297 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1298 - <manvolnum>5</manvolnum></citerefentry> for details. 1271 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1299 1272 ''; 1300 1273 }; 1301 1274 ··· 1313 1286 description = '' 1314 1287 Each attribute in this set specifies an option in the 1315 1288 <literal>[DHCPv4]</literal> section of the unit. See 1316 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1317 - <manvolnum>5</manvolnum></citerefentry> for details. 1289 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1318 1290 ''; 1319 1291 }; 1320 1292 ··· 1325 1297 description = '' 1326 1298 Each attribute in this set specifies an option in the 1327 1299 <literal>[DHCPv6]</literal> section of the unit. See 1328 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1329 - <manvolnum>5</manvolnum></citerefentry> for details. 1300 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1330 1301 ''; 1331 1302 }; 1332 1303 ··· 1337 1308 description = '' 1338 1309 Each attribute in this set specifies an option in the 1339 1310 <literal>[DHCPv6PrefixDelegation]</literal> section of the unit. See 1340 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1341 - <manvolnum>5</manvolnum></citerefentry> for details. 1311 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1342 1312 ''; 1343 1313 }; 1344 1314 ··· 1349 1319 description = '' 1350 1320 Each attribute in this set specifies an option in the 1351 1321 <literal>[IPv6AcceptRA]</literal> section of the unit. See 1352 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1353 - <manvolnum>5</manvolnum></citerefentry> for details. 1322 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1354 1323 ''; 1355 1324 }; 1356 1325 ··· 1361 1330 description = '' 1362 1331 Each attribute in this set specifies an option in the 1363 1332 <literal>[DHCPServer]</literal> section of the unit. See 1364 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1365 - <manvolnum>5</manvolnum></citerefentry> for details. 1333 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1366 1334 ''; 1367 1335 }; 1368 1336 ··· 1380 1348 description = '' 1381 1349 Each attribute in this set specifies an option in the 1382 1350 <literal>[IPv6SendRA]</literal> section of the unit. See 1383 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1384 - <manvolnum>5</manvolnum></citerefentry> for details. 1351 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1385 1352 ''; 1386 1353 }; 1387 1354 ··· 1391 1358 type = with types; listOf (submodule dhcpServerStaticLeaseOptions); 1392 1359 description = '' 1393 1360 A list of DHCPServerStaticLease sections to be added to the unit. See 1394 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1395 - <manvolnum>5</manvolnum></citerefentry> for details. 1361 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1396 1362 ''; 1397 1363 }; 1398 1364 ··· 1402 1368 type = with types; listOf (submodule ipv6PrefixOptions); 1403 1369 description = '' 1404 1370 A list of ipv6Prefix sections to be added to the unit. See 1405 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1406 - <manvolnum>5</manvolnum></citerefentry> for details. 1371 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1407 1372 ''; 1408 1373 }; 1409 1374 ··· 1436 1401 type = types.listOf types.str; 1437 1402 description = '' 1438 1403 A list of addresses to be added to the network section of the 1439 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1440 - <manvolnum>5</manvolnum></citerefentry> for details. 1404 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1441 1405 ''; 1442 1406 }; 1443 1407 ··· 1446 1410 type = types.listOf types.str; 1447 1411 description = '' 1448 1412 A list of gateways to be added to the network section of the 1449 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1450 - <manvolnum>5</manvolnum></citerefentry> for details. 1413 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1451 1414 ''; 1452 1415 }; 1453 1416 ··· 1456 1419 type = types.listOf types.str; 1457 1420 description = '' 1458 1421 A list of dns servers to be added to the network section of the 1459 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1460 - <manvolnum>5</manvolnum></citerefentry> for details. 1422 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1461 1423 ''; 1462 1424 }; 1463 1425 ··· 1466 1428 type = types.listOf types.str; 1467 1429 description = '' 1468 1430 A list of ntp servers to be added to the network section of the 1469 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1470 - <manvolnum>5</manvolnum></citerefentry> for details. 1431 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1471 1432 ''; 1472 1433 }; 1473 1434 ··· 1476 1437 type = types.listOf types.str; 1477 1438 description = '' 1478 1439 A list of bridge interfaces to be added to the network section of the 1479 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1480 - <manvolnum>5</manvolnum></citerefentry> for details. 1440 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1481 1441 ''; 1482 1442 }; 1483 1443 ··· 1486 1446 type = types.listOf types.str; 1487 1447 description = '' 1488 1448 A list of bond interfaces to be added to the network section of the 1489 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1490 - <manvolnum>5</manvolnum></citerefentry> for details. 1449 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1491 1450 ''; 1492 1451 }; 1493 1452 ··· 1496 1455 type = types.listOf types.str; 1497 1456 description = '' 1498 1457 A list of vrf interfaces to be added to the network section of the 1499 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1500 - <manvolnum>5</manvolnum></citerefentry> for details. 1458 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1501 1459 ''; 1502 1460 }; 1503 1461 ··· 1506 1464 type = types.listOf types.str; 1507 1465 description = '' 1508 1466 A list of vlan interfaces to be added to the network section of the 1509 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1510 - <manvolnum>5</manvolnum></citerefentry> for details. 1467 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1511 1468 ''; 1512 1469 }; 1513 1470 ··· 1516 1473 type = types.listOf types.str; 1517 1474 description = '' 1518 1475 A list of macvlan interfaces to be added to the network section of the 1519 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1520 - <manvolnum>5</manvolnum></citerefentry> for details. 1476 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1521 1477 ''; 1522 1478 }; 1523 1479 ··· 1526 1482 type = types.listOf types.str; 1527 1483 description = '' 1528 1484 A list of vxlan interfaces to be added to the network section of the 1529 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1530 - <manvolnum>5</manvolnum></citerefentry> for details. 1485 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1531 1486 ''; 1532 1487 }; 1533 1488 ··· 1536 1491 type = types.listOf types.str; 1537 1492 description = '' 1538 1493 A list of tunnel interfaces to be added to the network section of the 1539 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1540 - <manvolnum>5</manvolnum></citerefentry> for details. 1494 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1541 1495 ''; 1542 1496 }; 1543 1497 ··· 1546 1500 type = types.listOf types.str; 1547 1501 description = '' 1548 1502 A list of xfrm interfaces to be added to the network section of the 1549 - unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle> 1550 - <manvolnum>5</manvolnum></citerefentry> for details. 1503 + unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1551 1504 ''; 1552 1505 }; 1553 1506 ··· 1556 1509 type = with types; listOf (submodule addressOptions); 1557 1510 description = '' 1558 1511 A list of address sections to be added to the unit. See 1559 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1560 - <manvolnum>5</manvolnum></citerefentry> for details. 1512 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1561 1513 ''; 1562 1514 }; 1563 1515 ··· 1566 1518 type = with types; listOf (submodule routingPolicyRulesOptions); 1567 1519 description = '' 1568 1520 A list of routing policy rules sections to be added to the unit. See 1569 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1570 - <manvolnum>5</manvolnum></citerefentry> for details. 1521 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1571 1522 ''; 1572 1523 }; 1573 1524 ··· 1576 1527 type = with types; listOf (submodule routeOptions); 1577 1528 description = '' 1578 1529 A list of route sections to be added to the unit. See 1579 - <citerefentry><refentrytitle>systemd.network</refentrytitle> 1580 - <manvolnum>5</manvolnum></citerefentry> for details. 1530 + <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1581 1531 ''; 1582 1532 }; 1583 1533 ··· 1604 1554 type = with types; attrsOf int; 1605 1555 description = '' 1606 1556 Defines route table names as an attrset of name to number. 1607 - See <citerefentry><refentrytitle>networkd.conf</refentrytitle> 1608 - <manvolnum>5</manvolnum></citerefentry> for details. 1557 + See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 1609 1558 ''; 1610 1559 }; 1611 1560
+3 -6
nixos/modules/system/boot/systemd/nspawn.nix
··· 53 53 description = '' 54 54 Each attribute in this set specifies an option in the 55 55 <literal>[Exec]</literal> section of this unit. See 56 - <citerefentry><refentrytitle>systemd.nspawn</refentrytitle> 57 - <manvolnum>5</manvolnum></citerefentry> for details. 56 + <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 58 57 ''; 59 58 }; 60 59 ··· 65 64 description = '' 66 65 Each attribute in this set specifies an option in the 67 66 <literal>[Files]</literal> section of this unit. See 68 - <citerefentry><refentrytitle>systemd.nspawn</refentrytitle> 69 - <manvolnum>5</manvolnum></citerefentry> for details. 67 + <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 70 68 ''; 71 69 }; 72 70 ··· 77 75 description = '' 78 76 Each attribute in this set specifies an option in the 79 77 <literal>[Network]</literal> section of this unit. See 80 - <citerefentry><refentrytitle>systemd.nspawn</refentrytitle> 81 - <manvolnum>5</manvolnum></citerefentry> for details. 78 + <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. 82 79 ''; 83 80 }; 84 81 };
+2 -4
nixos/modules/tasks/auto-upgrade.nix
··· 82 82 a sufficient upgrade frequency is once a day. 83 83 84 84 The format is described in 85 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 86 - <manvolnum>7</manvolnum></citerefentry>. 85 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 87 86 ''; 88 87 }; 89 88 ··· 106 105 Add a randomized delay before each automatic upgrade. 107 106 The delay will be chosen between zero and this value. 108 107 This value must be a time span in the format specified by 109 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 110 - <manvolnum>7</manvolnum></citerefentry> 108 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> 111 109 ''; 112 110 }; 113 111
+2 -4
nixos/modules/tasks/filesystems/btrfs.nix
··· 39 39 description = '' 40 40 Systemd calendar expression for when to scrub btrfs filesystems. 41 41 The recommended period is a month but could be less 42 - (<citerefentry><refentrytitle>btrfs-scrub</refentrytitle> 43 - <manvolnum>8</manvolnum></citerefentry>). 42 + (<citerefentry><refentrytitle>btrfs-scrub</refentrytitle><manvolnum>8</manvolnum></citerefentry>). 44 43 See 45 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 46 - <manvolnum>7</manvolnum></citerefentry> 44 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> 47 45 for more information on the syntax. 48 46 ''; 49 47 };
+2 -4
nixos/modules/tasks/filesystems/zfs.nix
··· 393 393 a sufficient trimming frequency is once a week. 394 394 395 395 The format is described in 396 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 397 - <manvolnum>7</manvolnum></citerefentry>. 396 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 398 397 ''; 399 398 }; 400 399 }; ··· 408 407 example = "daily"; 409 408 description = '' 410 409 Systemd calendar expression when to scrub ZFS pools. See 411 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 412 - <manvolnum>7</manvolnum></citerefentry>. 410 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>. 413 411 ''; 414 412 }; 415 413
+2 -4
nixos/modules/tasks/network-interfaces.nix
··· 878 878 }; 879 879 description = '' 880 880 This option allows you to configure Foo Over UDP and Generic UDP Encapsulation 881 - endpoints. See <citerefentry><refentrytitle>ip-fou</refentrytitle> 882 - <manvolnum>8</manvolnum></citerefentry> for details. 881 + endpoints. See <citerefentry><refentrytitle>ip-fou</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details. 883 882 ''; 884 883 type = with types; attrsOf (submodule { 885 884 options = { ··· 1000 999 type = enum [ "fou" "gue" ]; 1001 1000 description = '' 1002 1001 Selects encapsulation type. See 1003 - <citerefentry><refentrytitle>ip-link</refentrytitle> 1004 - <manvolnum>8</manvolnum></citerefentry> for details. 1002 + <citerefentry><refentrytitle>ip-link</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details. 1005 1003 ''; 1006 1004 }; 1007 1005
+1 -2
nixos/modules/virtualisation/docker.nix
··· 144 144 type = types.str; 145 145 description = '' 146 146 Specification (in the format described by 147 - <citerefentry><refentrytitle>systemd.time</refentrytitle> 148 - <manvolnum>7</manvolnum></citerefentry>) of the time at 147 + <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at 149 148 which the prune will occur. 150 149 ''; 151 150 };
+3 -6
nixos/modules/virtualisation/lxc.nix
··· 33 33 description = 34 34 '' 35 35 This is the system-wide LXC config. See 36 - <citerefentry><refentrytitle>lxc.system.conf</refentrytitle> 37 - <manvolnum>5</manvolnum></citerefentry>. 36 + <citerefentry><refentrytitle>lxc.system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 38 37 ''; 39 38 }; 40 39 ··· 45 44 description = 46 45 '' 47 46 Default config (default.conf) for new containers, i.e. for 48 - network config. See <citerefentry><refentrytitle>lxc.container.conf 49 - </refentrytitle><manvolnum>5</manvolnum></citerefentry>. 47 + network config. See <citerefentry><refentrytitle>lxc.container.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. 50 48 ''; 51 49 }; 52 50 ··· 57 55 description = 58 56 '' 59 57 This is the config file for managing unprivileged user network 60 - administration access in LXC. See <citerefentry> 61 - <refentrytitle>lxc-usernet</refentrytitle><manvolnum>5</manvolnum> 58 + administration access in LXC. See <citerefentry><refentrytitle>lxc-usernet</refentrytitle><manvolnum>5</manvolnum> 62 59 </citerefentry>. 63 60 ''; 64 61 };
+1 -2
nixos/modules/virtualisation/nixos-containers.nix
··· 632 632 description = '' 633 633 Time for the container to start. In case of a timeout, 634 634 the container processes get killed. 635 - See <citerefentry><refentrytitle>systemd.time</refentrytitle> 636 - <manvolnum>7</manvolnum></citerefentry> 635 + See <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> 637 636 for more information about the format. 638 637 ''; 639 638 };