···2828 type = types.attrsOf sysctlOption;
2929 description = ''
3030 Runtime parameters of the Linux kernel, as set by
3131- <citerefentry><refentrytitle>sysctl</refentrytitle>
3232- <manvolnum>8</manvolnum></citerefentry>. Note that sysctl
3131+ <citerefentry><refentrytitle>sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Note that sysctl
3332 parameters names must be enclosed in quotes
3433 (e.g. <literal>"vm.swappiness"</literal> instead of
3534 <literal>vm.swappiness</literal>). The value of each
+1-4
nixos/modules/config/system-environment.nix
···4545 login process.
46464747 Variable substitution is available as described in
4848- <citerefentry>
4949- <refentrytitle>pam_env.conf</refentrytitle>
5050- <manvolnum>5</manvolnum>
5151- </citerefentry>.
4848+ <citerefentry><refentrytitle>pam_env.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
52495350 Each attribute maps to a list of relative paths. Each relative
5451 path is appended to the each profile of
+1-2
nixos/modules/misc/documentation.nix
···227227 Whether to install NixOS's own documentation.
228228 <itemizedlist>
229229 <listitem><para>This includes man pages like
230230- <citerefentry><refentrytitle>configuration.nix</refentrytitle>
231231- <manvolnum>5</manvolnum></citerefentry> if <option>documentation.man.enable</option> is
230230+ <citerefentry><refentrytitle>configuration.nix</refentrytitle><manvolnum>5</manvolnum></citerefentry> if <option>documentation.man.enable</option> is
232231 set.</para></listitem>
233232 <listitem><para>This includes the HTML manual and the <command>nixos-help</command> command if
234233 <option>documentation.doc.enable</option> is set.</para></listitem>
+1-2
nixos/modules/misc/locate.nix
···4444 default at 2:15 AM every day.
45454646 The format is described in
4747- <citerefentry><refentrytitle>systemd.time</refentrytitle>
4848- <manvolnum>7</manvolnum></citerefentry>.
4747+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
49485049 To disable automatic updates, set to <literal>"never"</literal>
5150 and run <command>updatedb</command> manually.
+1-2
nixos/modules/security/acme/default.nix
···453453 inherit (defaultAndText "renewInterval" "daily") default defaultText;
454454 description = ''
455455 Systemd calendar expression when to check for renewal. See
456456- <citerefentry><refentrytitle>systemd.time</refentrytitle>
457457- <manvolnum>7</manvolnum></citerefentry>.
456456+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
458457 '';
459458 };
460459
+6-20
nixos/modules/security/pam.nix
···314314 Attribute set describing resource limits. Defaults to the
315315 value of <option>security.pam.loginLimits</option>.
316316 The meaning of the values is explained in <citerefentry>
317317- <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum>
318318- </citerefentry>.
317317+ <refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
319318 '';
320319 };
321320···756755 <varname>domain</varname>, <varname>type</varname>,
757756 <varname>item</varname>, and <varname>value</varname>
758757 attribute. The syntax and semantics of these attributes
759759- must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle>
760760- <manvolnum>5</manvolnum></citerefentry>.
758758+ must be that described in <citerefentry><refentrytitle>limits.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
761759762760 Note that these limits do not apply to systemd services,
763761 whose limits can be changed via <option>systemd.extraConfig</option>
···845843 use "sufficient".
846844847845 Read
848848- <citerefentry>
849849- <refentrytitle>pam.conf</refentrytitle>
850850- <manvolnum>5</manvolnum>
851851- </citerefentry>
846846+ <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
852847 for better understanding of this option.
853848 '';
854849 };
···935930 If you want to use U2F device instead of regular password, use "sufficient".
936931937932 Read
938938- <citerefentry>
939939- <refentrytitle>pam.conf</refentrytitle>
940940- <manvolnum>5</manvolnum>
941941- </citerefentry>
933933+ <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
942934 for better understanding of this option.
943935 '';
944936 };
···10541046 use "sufficient".
1055104710561048 Read
10571057- <citerefentry>
10581058- <refentrytitle>pam.conf</refentrytitle>
10591059- <manvolnum>5</manvolnum>
10601060- </citerefentry>
10491049+ <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
10611050 for better understanding of this option.
10621051 '';
10631052 };
···10881077 If you want to use Yubikey instead of regular password, use "sufficient".
1089107810901079 Read
10911091- <citerefentry>
10921092- <refentrytitle>pam.conf</refentrytitle>
10931093- <manvolnum>5</manvolnum>
10941094- </citerefentry>
10801080+ <citerefentry><refentrytitle>pam.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
10951081 for better understanding of this option.
10961082 '';
10971083 };
+5-12
nixos/modules/security/systemd-confinement.nix
···1212 default = false;
1313 description = ''
1414 If set, all the required runtime store paths for this service are
1515- bind-mounted into a <literal>tmpfs</literal>-based <citerefentry>
1616- <refentrytitle>chroot</refentrytitle>
1717- <manvolnum>2</manvolnum>
1818- </citerefentry>.
1515+ bind-mounted into a <literal>tmpfs</literal>-based
1616+ <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
1917 '';
2018 };
2119···6967 <filename>/bin/sh</filename> is provided at all.
70687169 This is useful for some applications, which for example use the
7272- <citerefentry>
7373- <refentrytitle>system</refentrytitle>
7474- <manvolnum>3</manvolnum>
7575- </citerefentry> library function to execute commands.
7070+ <citerefentry><refentrytitle>system</refentrytitle><manvolnum>3</manvolnum></citerefentry> library function to execute commands.
7671 '';
7772 };
7873···8883 name space.
89849085 If this is set to <literal>chroot-only</literal>, only the file
9191- system name space is set up along with the call to <citerefentry>
9292- <refentrytitle>chroot</refentrytitle>
9393- <manvolnum>2</manvolnum>
9494- </citerefentry>.
8686+ system name space is set up along with the call to
8787+ <citerefentry><refentrytitle>chroot</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
95889689 <note><para>This doesn't cover network namespaces and is solely for
9790 file system level isolation.</para></note>
+1-4
nixos/modules/security/wrappers/default.nix
···5454 description = ''
5555 A comma-separated list of capabilities to be given to the wrapper
5656 program. For capabilities supported by the system check the
5757- <citerefentry>
5858- <refentrytitle>capabilities</refentrytitle>
5959- <manvolnum>7</manvolnum>
6060- </citerefentry>
5757+ <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
6158 manual page.
62596360 <note><para>
+2-4
nixos/modules/services/backup/borgbackup.nix
···323323 description = ''
324324 When or how often the backup should run.
325325 Must be in the format described in
326326- <citerefentry><refentrytitle>systemd.time</refentrytitle>
327327- <manvolnum>7</manvolnum></citerefentry>.
326326+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
328327 If you do not want the backup to start
329328 automatically, use <literal>[ ]</literal>.
330329 It will generate a systemd service borgbackup-job-NAME.
···338337 example = true;
339338 description = ''
340339 Set the <literal>persistentTimer</literal> option for the
341341- <citerefentry><refentrytitle>systemd.timer</refentrytitle>
342342- <manvolnum>5</manvolnum></citerefentry>
340340+ <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>
343341 which triggers the backup immediately if the last trigger
344342 was missed (e.g. if the system was powered down).
345343 '';
+6-12
nixos/modules/services/backup/duplicity.nix
···2929 example = [ "/home" ];
3030 description = ''
3131 List of paths to include into the backups. See the FILE SELECTION
3232- section in <citerefentry><refentrytitle>duplicity</refentrytitle>
3333- <manvolnum>1</manvolnum></citerefentry> for details on the syntax.
3232+ section in <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details on the syntax.
3433 '';
3534 };
3635···3938 default = [ ];
4039 description = ''
4140 List of paths to exclude from backups. See the FILE SELECTION section in
4242- <citerefentry><refentrytitle>duplicity</refentrytitle>
4343- <manvolnum>1</manvolnum></citerefentry> for details on the syntax.
4141+ <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details on the syntax.
4442 '';
4543 };
4644···4947 example = "s3://host:port/prefix";
5048 description = ''
5149 Target url to backup to. See the URL FORMAT section in
5252- <citerefentry><refentrytitle>duplicity</refentrytitle>
5353- <manvolnum>1</manvolnum></citerefentry> for supported urls.
5050+ <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry> for supported urls.
5451 '';
5552 };
5653···6057 description = ''
6158 Path of a file containing secrets (gpg passphrase, access key...) in
6259 the format of EnvironmentFile as described by
6363- <citerefentry><refentrytitle>systemd.exec</refentrytitle>
6464- <manvolnum>5</manvolnum></citerefentry>. For example:
6060+ <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>. For example:
6561 <programlisting>
6662 PASSPHRASE=«...»
6763 AWS_ACCESS_KEY_ID=«...»
···7571 default = "daily";
7672 description = ''
7773 Run duplicity with the given frequency (see
7878- <citerefentry><refentrytitle>systemd.time</refentrytitle>
7979- <manvolnum>7</manvolnum></citerefentry> for the format).
7474+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for the format).
8075 If null, do not run automatically.
8176 '';
8277 };
···8782 example = [ "--backend-retry-delay" "100" ];
8883 description = ''
8984 Extra command-line flags passed to duplicity. See
9090- <citerefentry><refentrytitle>duplicity</refentrytitle>
9191- <manvolnum>1</manvolnum></citerefentry>.
8585+ <citerefentry><refentrytitle>duplicity</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
9286 '';
9387 };
9488
+1-2
nixos/modules/services/backup/sanoid.nix
···122122 Run sanoid at this interval. The default is to run hourly.
123123124124 The format is described in
125125- <citerefentry><refentrytitle>systemd.time</refentrytitle>
126126- <manvolnum>7</manvolnum></citerefentry>.
125125+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
127126 '';
128127 };
129128
+1-2
nixos/modules/services/backup/syncoid.nix
···9393 Run syncoid at this interval. The default is to run hourly.
94949595 The format is described in
9696- <citerefentry><refentrytitle>systemd.time</refentrytitle>
9797- <manvolnum>7</manvolnum></citerefentry>.
9696+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
9897 '';
9998 };
10099
+1-2
nixos/modules/services/backup/tarsnap.nix
···144144 Create archive at this interval.
145145146146 The format is described in
147147- <citerefentry><refentrytitle>systemd.time</refentrytitle>
148148- <manvolnum>7</manvolnum></citerefentry>.
147147+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
149148 '';
150149 };
151150
+1-2
nixos/modules/services/computing/slurm/slurm.nix
···111111 default = "";
112112 description = ''
113113 Extra configuration for <literal>slurmdbd.conf</literal> See also:
114114- <citerefentry><refentrytitle>slurmdbd.conf</refentrytitle>
115115- <manvolnum>8</manvolnum></citerefentry>.
114114+ <citerefentry><refentrytitle>slurmdbd.conf</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
116115 '';
117116 };
118117 };
+1-2
nixos/modules/services/hardware/pcscd.nix
···3838 description = ''
3939 Configuration for devices that aren't hotpluggable.
40404141- See <citerefentry><refentrytitle>reader.conf</refentrytitle>
4242- <manvolnum>5</manvolnum></citerefentry> for valid options.
4141+ See <citerefentry><refentrytitle>reader.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for valid options.
4342 '';
4443 };
4544 };
+1-3
nixos/modules/services/logging/awstats.nix
···123123 example = "hourly";
124124 description = ''
125125 Specification of the time at which awstats will get updated.
126126- (in the format described by <citerefentry>
127127- <refentrytitle>systemd.time</refentrytitle>
128128- <manvolnum>7</manvolnum></citerefentry>)
126126+ (in the format described by <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>)
129127 '';
130128 };
131129 };
+1-2
nixos/modules/services/mail/mlmmj.nix
···8888 default = "20min";
8989 description = ''
9090 Time interval between mlmmj-maintd runs, see
9191- <citerefentry><refentrytitle>systemd.time</refentrytitle>
9292- <manvolnum>7</manvolnum></citerefentry> for format information.
9191+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry> for format information.
9392 '';
9493 };
9594
+1-2
nixos/modules/services/mail/postfix.nix
···536536 type = types.lines;
537537 default = "";
538538 description = ''
539539- Entries for the <citerefentry><refentrytitle>canonical</refentrytitle>
540540- <manvolnum>5</manvolnum></citerefentry> table.
539539+ Entries for the <citerefentry><refentrytitle>canonical</refentrytitle><manvolnum>5</manvolnum></citerefentry> table.
541540 '';
542541 };
543542
+1-2
nixos/modules/services/matrix/dendrite.nix
···5252 default = null;
5353 description = ''
5454 Environment file as defined in <citerefentry>
5555- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
5656- </citerefentry>.
5555+ <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
5756 Secrets may be passed to the service without adding them to the world-readable
5857 Nix store, by specifying placeholder variables as the option value in Nix and
5958 setting these variables accordingly in the environment file. Currently only used
+2-8
nixos/modules/services/misc/autorandr.nix
···116116 '';
117117 description = ''
118118 Refer to
119119- <citerefentry>
120120- <refentrytitle>xrandr</refentrytitle>
121121- <manvolnum>1</manvolnum>
122122- </citerefentry>
119119+ <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry>
123120 for the documentation of the transform matrix.
124121 '';
125122 };
···156153 Output scale configuration.
157154158155 Either configure by pixels or a scaling factor. When using pixel method the
159159- <citerefentry>
160160- <refentrytitle>xrandr</refentrytitle>
161161- <manvolnum>1</manvolnum>
162162- </citerefentry>
156156+ <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry>
163157 option
164158 <parameter class="command">--scale-from</parameter>
165159 will be used; when using factor method the option
+1-2
nixos/modules/services/misc/docker-registry.nix
···105105 type = types.str;
106106 description = ''
107107 Specification (in the format described by
108108- <citerefentry><refentrytitle>systemd.time</refentrytitle>
109109- <manvolnum>7</manvolnum></citerefentry>) of the time at
108108+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at
110109 which the garbage collect will occur.
111110 '';
112111 };
+1-2
nixos/modules/services/misc/fstrim.nix
···2121 a sufficient trimming frequency is once a week.
22222323 The format is described in
2424- <citerefentry><refentrytitle>systemd.time</refentrytitle>
2525- <manvolnum>7</manvolnum></citerefentry>.
2424+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
2625 '';
2726 };
2827 };
+1-2
nixos/modules/services/misc/geoipupdate.nix
···2222 description = ''
2323 Update the GeoIP databases at this time / interval.
2424 The format is described in
2525- <citerefentry><refentrytitle>systemd.time</refentrytitle>
2626- <manvolnum>7</manvolnum></citerefentry>.
2525+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
2726 '';
2827 };
2928
+1-2
nixos/modules/services/misc/gitea.nix
···166166 Run a gitea dump at this interval. Runs by default at 04:31 every day.
167167168168 The format is described in
169169- <citerefentry><refentrytitle>systemd.time</refentrytitle>
170170- <manvolnum>7</manvolnum></citerefentry>.
169169+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
171170 '';
172171 };
173172
+1-2
nixos/modules/services/misc/gitlab.nix
···322322 description = ''
323323 The time(s) to run automatic backup of GitLab
324324 state. Specified in systemd's time format; see
325325- <citerefentry><refentrytitle>systemd.time</refentrytitle>
326326- <manvolnum>7</manvolnum></citerefentry>.
325325+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
327326 '';
328327 };
329328
+2-6
nixos/modules/services/misc/nix-daemon.nix
···176176 <literal>batch</literal> policy instead.
177177178178 For more fine-grained resource control, please refer to
179179- <citerefentry><refentrytitle>systemd.resource-control
180180- </refentrytitle><manvolnum>5</manvolnum></citerefentry> and adjust
179179+ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> and adjust
181180 <option>systemd.services.nix-daemon</option> directly.
182181 '';
183182 };
···631630 description = ''
632631 Configuration for Nix, see
633632 <link xlink:href="https://nixos.org/manual/nix/stable/#sec-conf-file"/> or
634634- <citerefentry>
635635- <refentrytitle>nix.conf</refentrytitle>
636636- <manvolnum>5</manvolnum>
637637- </citerefentry> for avalaible options.
633633+ <citerefentry><refentrytitle>nix.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for avalaible options.
638634 The value declared here will be translated directly to the key-value pairs Nix expects.
639635640636 You can use <command>nix-instantiate --eval --strict '<nixpkgs/nixos>' -A config.nix.settings</command>
+2-4
nixos/modules/services/misc/nix-gc.nix
···2929 a sufficient garbage collection is once a week.
30303131 The format is described in
3232- <citerefentry><refentrytitle>systemd.time</refentrytitle>
3333- <manvolnum>7</manvolnum></citerefentry>.
3232+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
3433 '';
3534 };
3635···4241 Add a randomized delay before each garbage collection.
4342 The delay will be chosen between zero and this value.
4443 This value must be a time span in the format specified by
4545- <citerefentry><refentrytitle>systemd.time</refentrytitle>
4646- <manvolnum>7</manvolnum></citerefentry>
4444+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>
4745 '';
4846 };
4947
+1-2
nixos/modules/services/misc/nix-optimise.nix
···2525 type = types.listOf types.str;
2626 description = ''
2727 Specification (in the format described by
2828- <citerefentry><refentrytitle>systemd.time</refentrytitle>
2929- <manvolnum>7</manvolnum></citerefentry>) of the time at
2828+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at
3029 which the optimiser will run.
3130 '';
3231 };
+2-4
nixos/modules/services/misc/snapper.nix
···2424 Snapshot interval.
25252626 The format is described in
2727- <citerefentry><refentrytitle>systemd.time</refentrytitle>
2828- <manvolnum>7</manvolnum></citerefentry>.
2727+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
2928 '';
3029 };
3130···3635 Cleanup interval.
37363837 The format is described in
3939- <citerefentry><refentrytitle>systemd.time</refentrytitle>
4040- <manvolnum>7</manvolnum></citerefentry>.
3838+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
4139 '';
4240 };
4341
···228228 type = types.int;
229229 default = 10;
230230 description = ''
231231- Size of the connection backlog, see <citerefentry>
232232- <refentrytitle>listen</refentrytitle>
233233- <manvolnum>2</manvolnum>
234234- </citerefentry>.
231231+ Size of the connection backlog, see <citerefentry><refentrytitle>listen</refentrytitle><manvolnum>2</manvolnum></citerefentry>.
235232 '';
236233 };
237234···327324 description = ''
328325 Configuration options to pass to Taskserver.
329326330330- The options here are the same as described in <citerefentry>
331331- <refentrytitle>taskdrc</refentrytitle>
332332- <manvolnum>5</manvolnum>
333333- </citerefentry>, but with one difference:
327327+ The options here are the same as described in
328328+ <citerefentry><refentrytitle>taskdrc</refentrytitle><manvolnum>5</manvolnum></citerefentry>, but with one difference:
334329335330 The <literal>server</literal> option is
336331 <literal>server.listen</literal> here, because the
···115115 description = ''
116116 List of servers that should be probed.
117117118118- <emphasis>Note:</emphasis> if your mailserver has <citerefentry>
119119- <refentrytitle>rspamd</refentrytitle><manvolnum>8</manvolnum></citerefentry> configured,
118118+ <emphasis>Note:</emphasis> if your mailserver has <citerefentry><refentrytitle>rspamd</refentrytitle><manvolnum>8</manvolnum></citerefentry> configured,
120119 it can happen that emails from this exporter are marked as spam.
121120122121 It's possible to work around the issue with a config like this:
···3737 default = null;
3838 example = "/root/prometheus-postgres-exporter.env";
3939 description = ''
4040- Environment file as defined in <citerefentry>
4141- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
4242- </citerefentry>.
4040+ Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
43414442 Secrets may be passed to the service without adding them to the
4543 world-readable Nix store, by specifying placeholder variables as
···4141 default = null;
4242 example = "/run/secrets/litestream";
4343 description = ''
4444- Environment file as defined in <citerefentry>
4545- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
4646- </citerefentry>.
4444+ Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
47454846 Secrets may be passed to the service without adding them to the
4947 world-readable Nix store, by specifying placeholder variables as
···4444 default = "";
4545 description = ''
4646 Contents of the /etc/exports file. See
4747- <citerefentry><refentrytitle>exports</refentrytitle>
4848- <manvolnum>5</manvolnum></citerefentry> for the format.
4747+ <citerefentry><refentrytitle>exports</refentrytitle><manvolnum>5</manvolnum></citerefentry> for the format.
4948 '';
5049 };
5150···5554 description = ''
5655 Hostname or address on which NFS requests will be accepted.
5756 Default is all. See the <option>-H</option> option in
5858- <citerefentry><refentrytitle>nfsd</refentrytitle>
5959- <manvolnum>8</manvolnum></citerefentry>.
5757+ <citerefentry><refentrytitle>nfsd</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
6058 '';
6159 };
6260
···152152 '';
153153 description = ''
154154 Specify custom service definitions which are placed in the avahi service directory.
155155- See the <citerefentry><refentrytitle>avahi.service</refentrytitle>
156156- <manvolnum>5</manvolnum></citerefentry> manpage for detailed information.
155155+ See the <citerefentry><refentrytitle>avahi.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> manpage for detailed information.
157156 '';
158157 };
159158
+1-3
nixos/modules/services/networking/murmur.nix
···262262 default = null;
263263 example = "/var/lib/murmur/murmurd.env";
264264 description = ''
265265- Environment file as defined in <citerefentry>
266266- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
267267- </citerefentry>.
265265+ Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
268266269267 Secrets may be passed to the service without adding them to the world-readable
270268 Nix store, by specifying placeholder variables as the option value in Nix and
+2-4
nixos/modules/services/networking/nbd.nix
···5858 };
5959 description = ''
6060 Extra options for the server. See
6161- <citerefentry><refentrytitle>nbd-server</refentrytitle>
6262- <manvolnum>5</manvolnum></citerefentry>.
6161+ <citerefentry><refentrytitle>nbd-server</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
6362 '';
6463 };
6564···9089 };
9190 description = ''
9291 Extra options for this export. See
9393- <citerefentry><refentrytitle>nbd-server</refentrytitle>
9494- <manvolnum>5</manvolnum></citerefentry>.
9292+ <citerefentry><refentrytitle>nbd-server</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
9593 '';
9694 };
9795 };
···180180 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html#id-1.2.3.11
181181 </link>
182182 or
183183- <citerefentry>
184184- <refentrytitle>NetworkManager.conf</refentrytitle>
185185- <manvolnum>5</manvolnum>
186186- </citerefentry>
183183+ <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
187184 for more information.
188185 '';
189186 };
···198195 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html
199196 </link>
200197 or
201201- <citerefentry>
202202- <refentrytitle>NetworkManager.conf</refentrytitle>
203203- <manvolnum>5</manvolnum>
204204- </citerefentry>
198198+ <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
205199 for more information.
206200 '';
207201 };
···217211 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html#device-spec
218212 </link>
219213 or the "Device List Format" Appendix of
220220- <citerefentry>
221221- <refentrytitle>NetworkManager.conf</refentrytitle>
222222- <manvolnum>5</manvolnum>
223223- </citerefentry>.
214214+ <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
224215 '';
225216 };
226217···335326 https://developer.gnome.org/NetworkManager/stable/NetworkManager.conf.html
336327 </link>
337328 or in
338338- <citerefentry>
339339- <refentrytitle>NetworkManager.conf</refentrytitle>
340340- <manvolnum>5</manvolnum>
341341- </citerefentry>.
329329+ <citerefentry><refentrytitle>NetworkManager.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
342330 '';
343331 };
344332
+2-4
nixos/modules/services/networking/soju.nix
···3535 description = ''
3636 Where soju should listen for incoming connections. See the
3737 <literal>listen</literal> directive in
3838- <citerefentry><refentrytitle>soju</refentrytitle>
3939- <manvolnum>1</manvolnum></citerefentry>.
3838+ <citerefentry><refentrytitle>soju</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
4039 '';
4140 };
4241···7372 description = ''
7473 List of allowed HTTP origins for WebSocket listeners. The parameters are
7574 interpreted as shell patterns, see
7676- <citerefentry><refentrytitle>glob</refentrytitle>
7777- <manvolnum>7</manvolnum></citerefentry>.
7575+ <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
7876 '';
7977 };
8078
+2-4
nixos/modules/services/networking/ssh/sshd.nix
···159159 description = ''
160160 Specifies whether remote hosts are allowed to connect to
161161 ports forwarded for the client. See
162162- <citerefentry><refentrytitle>sshd_config</refentrytitle>
163163- <manvolnum>5</manvolnum></citerefentry>.
162162+ <citerefentry><refentrytitle>sshd_config</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
164163 '';
165164 };
166165···240239 description = ''
241240 NixOS can automatically generate SSH host keys. This option
242241 specifies the path, type and size of each key. See
243243- <citerefentry><refentrytitle>ssh-keygen</refentrytitle>
244244- <manvolnum>1</manvolnum></citerefentry> for supported types
242242+ <citerefentry><refentrytitle>ssh-keygen</refentrytitle><manvolnum>1</manvolnum></citerefentry> for supported types
245243 and sizes.
246244 '';
247245 };
+2-4
nixos/modules/services/networking/stunnel.nix
···8080 description = ''
8181 Define the server configuations.
82828383- See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle>
8484- <manvolnum>8</manvolnum></citerefentry>.
8383+ See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
8584 '';
8685 type = with types; attrsOf (attrsOf (nullOr (oneOf [bool int str])));
8786 example = {
···10099101100 By default, verifyChain and OCSPaia are enabled and a CAFile is provided from pkgs.cacert.
102101103103- See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle>
104104- <manvolnum>8</manvolnum></citerefentry>.
102102+ See "SERVICE-LEVEL OPTIONS" in <citerefentry><refentrytitle>stunnel</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
105103 '';
106104 type = with types; attrsOf (attrsOf (nullOr (oneOf [bool int str])));
107105
+1-2
nixos/modules/services/networking/unbound.nix
···152152 '';
153153 description = ''
154154 Declarative Unbound configuration
155155- See the <citerefentry><refentrytitle>unbound.conf</refentrytitle>
156156- <manvolnum>5</manvolnum></citerefentry> manpage for a list of
155155+ See the <citerefentry><refentrytitle>unbound.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> manpage for a list of
157156 available options.
158157 '';
159158 };
···226226 File consisting of lines of the form <literal>varname=value</literal>
227227 to define variables for the wireless configuration.
228228229229- See section "EnvironmentFile=" in <citerefentry>
230230- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
231231- </citerefentry> for a syntax reference.
229229+ See section "EnvironmentFile=" in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for a syntax reference.
232230233231 Secrets (PSKs, passwords, etc.) can be provided without adding them to
234232 the world-readable Nix store by defining them in the environment file and
···348346 description = ''
349347 Use this option to configure advanced authentication methods like EAP.
350348 See
351351- <citerefentry>
352352- <refentrytitle>wpa_supplicant.conf</refentrytitle>
353353- <manvolnum>5</manvolnum>
354354- </citerefentry>
349349+ <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
355350 for example configurations.
356351357352 <warning><para>
···404399 description = ''
405400 Extra configuration lines appended to the network block.
406401 See
407407- <citerefentry>
408408- <refentrytitle>wpa_supplicant.conf</refentrytitle>
409409- <manvolnum>5</manvolnum>
410410- </citerefentry>
402402+ <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
411403 for available options.
412404 '';
413405 };
···481473 description = ''
482474 Extra lines appended to the configuration file.
483475 See
484484- <citerefentry>
485485- <refentrytitle>wpa_supplicant.conf</refentrytitle>
486486- <manvolnum>5</manvolnum>
487487- </citerefentry>
476476+ <citerefentry><refentrytitle>wpa_supplicant.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>
488477 for available options.
489478 '';
490479 };
+1-3
nixos/modules/services/security/usbguard.nix
···6969 Running <literal>usbguard generate-policy</literal> as root will
7070 generate a config for your currently plugged in devices.
71717272- For more details see <citerefentry>
7373- <refentrytitle>usbguard-rules.conf</refentrytitle>
7474- <manvolnum>5</manvolnum></citerefentry>.
7272+ For more details see <citerefentry><refentrytitle>usbguard-rules.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
7573 '';
7674 };
7775
···126126 default = null;
127127 example = "/var/lib/vaultwarden.env";
128128 description = ''
129129- Additional environment file as defined in <citerefentry>
130130- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
131131- </citerefentry>.
129129+ Additional environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
132130133131 Secrets like <envar>ADMIN_TOKEN</envar> and <envar>SMTP_PASSWORD</envar>
134132 may be passed to the service without adding them to the world-readable Nix store.
+2-4
nixos/modules/services/ttys/getty.nix
···5454 default = null;
5555 description = ''
5656 Template for arguments to be passed to
5757- <citerefentry><refentrytitle>login</refentrytitle>
5858- <manvolnum>1</manvolnum></citerefentry>.
5757+ <citerefentry><refentrytitle>login</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
59586060- See <citerefentry><refentrytitle>agetty</refentrytitle>
6161- <manvolnum>1</manvolnum></citerefentry> for details,
5959+ See <citerefentry><refentrytitle>agetty</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details,
6260 including security considerations. If unspecified, agetty
6361 will not be invoked with a <option>--login-options</option>
6462 option.
+1-3
nixos/modules/services/web-apps/hedgedoc.nix
···983983 default = null;
984984 example = "/var/lib/hedgedoc/hedgedoc.env";
985985 description = ''
986986- Environment file as defined in <citerefentry>
987987- <refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum>
988988- </citerefentry>.
986986+ Environment file as defined in <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
989987990988 Secrets may be passed to the service without adding them to the world-readable
991989 Nix store, by specifying placeholder variables as the option value in Nix and
+1-2
nixos/modules/services/web-servers/hydron.nix
···2121 How often we run hydron import and possibly fetch tags. Runs by default every week.
22222323 The format is described in
2424- <citerefentry><refentrytitle>systemd.time</refentrytitle>
2525- <manvolnum>7</manvolnum></citerefentry>.
2424+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
2625 '';
2726 };
2827
+3-6
nixos/modules/services/x11/xserver.nix
···3838 type = types.str;
3939 example = "DVI-0";
4040 description = ''
4141- The output name of the monitor, as shown by <citerefentry>
4242- <refentrytitle>xrandr</refentrytitle>
4343- <manvolnum>1</manvolnum>
4444- </citerefentry> invoked without arguments.
4141+ The output name of the monitor, as shown by
4242+ <citerefentry><refentrytitle>xrandr</refentrytitle><manvolnum>1</manvolnum></citerefentry> invoked without arguments.
4543 '';
4644 };
4745···6361 description = ''
6462 Extra lines to append to the <literal>Monitor</literal> section
6563 verbatim. Available options are documented in the MONITOR section in
6666- <citerefentry><refentrytitle>xorg.conf</refentrytitle>
6767- <manvolnum>5</manvolnum></citerefentry>.
6464+ <citerefentry><refentrytitle>xorg.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
6865 '';
6966 };
7067 };
+1-2
nixos/modules/system/boot/modprobe.nix
···2828 Any additional configuration to be appended to the generated
2929 <filename>modprobe.conf</filename>. This is typically used to
3030 specify module options. See
3131- <citerefentry><refentrytitle>modprobe.d</refentrytitle>
3232- <manvolnum>5</manvolnum></citerefentry> for details.
3131+ <citerefentry><refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
3332 '';
3433 type = types.lines;
3534 };
+51-102
nixos/modules/system/boot/networkd.nix
···919919 description = ''
920920 Each attribute in this set specifies an option in the
921921 <literal>[Network]</literal> section of the networkd config.
922922- See <citerefentry><refentrytitle>networkd.conf</refentrytitle>
923923- <manvolnum>5</manvolnum></citerefentry> for details.
922922+ See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
924923 '';
925924 };
926925···931930 description = ''
932931 Each attribute in this set specifies an option in the
933932 <literal>[DHCPv4]</literal> section of the networkd config.
934934- See <citerefentry><refentrytitle>networkd.conf</refentrytitle>
935935- <manvolnum>5</manvolnum></citerefentry> for details.
933933+ See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
936934 '';
937935 };
938936···943941 description = ''
944942 Each attribute in this set specifies an option in the
945943 <literal>[DHCPv6]</literal> section of the networkd config.
946946- See <citerefentry><refentrytitle>networkd.conf</refentrytitle>
947947- <manvolnum>5</manvolnum></citerefentry> for details.
944944+ See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
948945 '';
949946 };
950947 };
···966963 description = ''
967964 Each attribute in this set specifies an option in the
968965 <literal>[Link]</literal> section of the unit. See
969969- <citerefentry><refentrytitle>systemd.link</refentrytitle>
970970- <manvolnum>5</manvolnum></citerefentry> for details.
966966+ <citerefentry><refentrytitle>systemd.link</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
971967 '';
972968 };
973969···981977 description = ''
982978 Each attribute in this set specifies an option in the
983979 <literal>[WireGuardPeer]</literal> section of the unit. See
984984- <citerefentry><refentrytitle>systemd.network</refentrytitle>
985985- <manvolnum>5</manvolnum></citerefentry> for details.
980980+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
986981 '';
987982 };
988983 };
···996991 description = ''
997992 Each attribute in this set specifies an option in the
998993 <literal>[Netdev]</literal> section of the unit. See
999999- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10001000- <manvolnum>5</manvolnum></citerefentry> for details.
994994+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
1001995 '';
1002996 };
1003997···10081002 description = ''
10091003 Each attribute in this set specifies an option in the
10101004 <literal>[VLAN]</literal> section of the unit. See
10111011- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10121012- <manvolnum>5</manvolnum></citerefentry> for details.
10051005+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10131006 '';
10141007 };
10151008···10201013 description = ''
10211014 Each attribute in this set specifies an option in the
10221015 <literal>[MACVLAN]</literal> section of the unit. See
10231023- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10241024- <manvolnum>5</manvolnum></citerefentry> for details.
10161016+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10251017 '';
10261018 };
10271019···10311023 description = ''
10321024 Each attribute in this set specifies an option in the
10331025 <literal>[VXLAN]</literal> section of the unit. See
10341034- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10351035- <manvolnum>5</manvolnum></citerefentry> for details.
10261026+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10361027 '';
10371028 };
10381029···10431034 description = ''
10441035 Each attribute in this set specifies an option in the
10451036 <literal>[Tunnel]</literal> section of the unit. See
10461046- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10471047- <manvolnum>5</manvolnum></citerefentry> for details.
10371037+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10481038 '';
10491039 };
10501040···10551045 description = ''
10561046 Each attribute in this set specifies an option in the
10571047 <literal>[FooOverUDP]</literal> section of the unit. See
10581058- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10591059- <manvolnum>5</manvolnum></citerefentry> for details.
10481048+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10601049 '';
10611050 };
10621051···10671056 description = ''
10681057 Each attribute in this set specifies an option in the
10691058 <literal>[Peer]</literal> section of the unit. See
10701070- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10711071- <manvolnum>5</manvolnum></citerefentry> for details.
10591059+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10721060 '';
10731061 };
10741062···10791067 description = ''
10801068 Each attribute in this set specifies an option in the
10811069 <literal>[Tun]</literal> section of the unit. See
10821082- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10831083- <manvolnum>5</manvolnum></citerefentry> for details.
10701070+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10841071 '';
10851072 };
10861073···10911078 description = ''
10921079 Each attribute in this set specifies an option in the
10931080 <literal>[Tap]</literal> section of the unit. See
10941094- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
10951095- <manvolnum>5</manvolnum></citerefentry> for details.
10811081+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
10961082 '';
10971083 };
10981084···11071093 description = ''
11081094 Each attribute in this set specifies an option in the
11091095 <literal>[WireGuard]</literal> section of the unit. See
11101110- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11111111- <manvolnum>5</manvolnum></citerefentry> for details.
10961096+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11121097 Use <literal>PrivateKeyFile</literal> instead of
11131098 <literal>PrivateKey</literal>: the nix store is
11141099 world-readable.
···11281113 description = ''
11291114 Each item in this array specifies an option in the
11301115 <literal>[WireGuardPeer]</literal> section of the unit. See
11311131- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11321132- <manvolnum>5</manvolnum></citerefentry> for details.
11161116+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11331117 Use <literal>PresharedKeyFile</literal> instead of
11341118 <literal>PresharedKey</literal>: the nix store is
11351119 world-readable.
···11431127 description = ''
11441128 Each attribute in this set specifies an option in the
11451129 <literal>[Bond]</literal> section of the unit. See
11461146- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11471147- <manvolnum>5</manvolnum></citerefentry> for details.
11301130+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11481131 '';
11491132 };
11501133···11551138 description = ''
11561139 Each attribute in this set specifies an option in the
11571140 <literal>[Xfrm]</literal> section of the unit. See
11581158- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11591159- <manvolnum>5</manvolnum></citerefentry> for details.
11411141+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11601142 '';
11611143 };
11621144···11671149 description = ''
11681150 Each attribute in this set specifies an option in the
11691151 <literal>[VRF]</literal> section of the unit. See
11701170- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11711171- <manvolnum>5</manvolnum></citerefentry> for details.
11521152+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11721153 A detailed explanation about how VRFs work can be found in the
11731154 <link xlink:href="https://www.kernel.org/doc/Documentation/networking/vrf.txt">kernel docs</link>.
11741155 '';
···11841165 description = ''
11851166 Each attribute in this set specifies an option in the
11861167 <literal>[BatmanAdvanced]</literal> section of the unit. See
11871187- <citerefentry><refentrytitle>systemd.netdev</refentrytitle>
11881188- <manvolnum>5</manvolnum></citerefentry> for details.
11681168+ <citerefentry><refentrytitle>systemd.netdev</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
11891169 '';
11901170 };
11911171···11991179 description = ''
12001180 Each attribute in this set specifies an option in the
12011181 <literal>[Address]</literal> section of the unit. See
12021202- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12031203- <manvolnum>5</manvolnum></citerefentry> for details.
11821182+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12041183 '';
12051184 };
12061185 };
···12151194 description = ''
12161195 Each attribute in this set specifies an option in the
12171196 <literal>[RoutingPolicyRule]</literal> section of the unit. See
12181218- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12191219- <manvolnum>5</manvolnum></citerefentry> for details.
11971197+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12201198 '';
12211199 };
12221200 };
···12311209 description = ''
12321210 Each attribute in this set specifies an option in the
12331211 <literal>[Route]</literal> section of the unit. See
12341234- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12351235- <manvolnum>5</manvolnum></citerefentry> for details.
12121212+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12361213 '';
12371214 };
12381215 };
···12471224 description = ''
12481225 Each attribute in this set specifies an option in the
12491226 <literal>[IPv6Prefix]</literal> section of the unit. See
12501250- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12511251- <manvolnum>5</manvolnum></citerefentry> for details.
12271227+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12521228 '';
12531229 };
12541230 };
···12631239 description = ''
12641240 Each attribute in this set specifies an option in the
12651241 <literal>[DHCPServerStaticLease]</literal> section of the unit. See
12661266- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12671267- <manvolnum>5</manvolnum></citerefentry> for details.
12421242+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
1268124312691244 Make sure to configure the corresponding client interface to use
12701245 <literal>ClientIdentifier=mac</literal>.
···12821257 description = ''
12831258 Each attribute in this set specifies an option in the
12841259 <literal>[Link]</literal> section of the unit. See
12851285- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12861286- <manvolnum>5</manvolnum></citerefentry> for details.
12601260+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12871261 '';
12881262 };
12891263···12941268 description = ''
12951269 Each attribute in this set specifies an option in the
12961270 <literal>[Network]</literal> section of the unit. See
12971297- <citerefentry><refentrytitle>systemd.network</refentrytitle>
12981298- <manvolnum>5</manvolnum></citerefentry> for details.
12711271+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
12991272 '';
13001273 };
13011274···13131286 description = ''
13141287 Each attribute in this set specifies an option in the
13151288 <literal>[DHCPv4]</literal> section of the unit. See
13161316- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13171317- <manvolnum>5</manvolnum></citerefentry> for details.
12891289+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13181290 '';
13191291 };
13201292···13251297 description = ''
13261298 Each attribute in this set specifies an option in the
13271299 <literal>[DHCPv6]</literal> section of the unit. See
13281328- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13291329- <manvolnum>5</manvolnum></citerefentry> for details.
13001300+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13301301 '';
13311302 };
13321303···13371308 description = ''
13381309 Each attribute in this set specifies an option in the
13391310 <literal>[DHCPv6PrefixDelegation]</literal> section of the unit. See
13401340- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13411341- <manvolnum>5</manvolnum></citerefentry> for details.
13111311+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13421312 '';
13431313 };
13441314···13491319 description = ''
13501320 Each attribute in this set specifies an option in the
13511321 <literal>[IPv6AcceptRA]</literal> section of the unit. See
13521352- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13531353- <manvolnum>5</manvolnum></citerefentry> for details.
13221322+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13541323 '';
13551324 };
13561325···13611330 description = ''
13621331 Each attribute in this set specifies an option in the
13631332 <literal>[DHCPServer]</literal> section of the unit. See
13641364- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13651365- <manvolnum>5</manvolnum></citerefentry> for details.
13331333+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13661334 '';
13671335 };
13681336···13801348 description = ''
13811349 Each attribute in this set specifies an option in the
13821350 <literal>[IPv6SendRA]</literal> section of the unit. See
13831383- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13841384- <manvolnum>5</manvolnum></citerefentry> for details.
13511351+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13851352 '';
13861353 };
13871354···13911358 type = with types; listOf (submodule dhcpServerStaticLeaseOptions);
13921359 description = ''
13931360 A list of DHCPServerStaticLease sections to be added to the unit. See
13941394- <citerefentry><refentrytitle>systemd.network</refentrytitle>
13951395- <manvolnum>5</manvolnum></citerefentry> for details.
13611361+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
13961362 '';
13971363 };
13981364···14021368 type = with types; listOf (submodule ipv6PrefixOptions);
14031369 description = ''
14041370 A list of ipv6Prefix sections to be added to the unit. See
14051405- <citerefentry><refentrytitle>systemd.network</refentrytitle>
14061406- <manvolnum>5</manvolnum></citerefentry> for details.
13711371+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14071372 '';
14081373 };
14091374···14361401 type = types.listOf types.str;
14371402 description = ''
14381403 A list of addresses to be added to the network section of the
14391439- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14401440- <manvolnum>5</manvolnum></citerefentry> for details.
14041404+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14411405 '';
14421406 };
14431407···14461410 type = types.listOf types.str;
14471411 description = ''
14481412 A list of gateways to be added to the network section of the
14491449- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14501450- <manvolnum>5</manvolnum></citerefentry> for details.
14131413+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14511414 '';
14521415 };
14531416···14561419 type = types.listOf types.str;
14571420 description = ''
14581421 A list of dns servers to be added to the network section of the
14591459- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14601460- <manvolnum>5</manvolnum></citerefentry> for details.
14221422+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14611423 '';
14621424 };
14631425···14661428 type = types.listOf types.str;
14671429 description = ''
14681430 A list of ntp servers to be added to the network section of the
14691469- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14701470- <manvolnum>5</manvolnum></citerefentry> for details.
14311431+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14711432 '';
14721433 };
14731434···14761437 type = types.listOf types.str;
14771438 description = ''
14781439 A list of bridge interfaces to be added to the network section of the
14791479- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14801480- <manvolnum>5</manvolnum></citerefentry> for details.
14401440+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14811441 '';
14821442 };
14831443···14861446 type = types.listOf types.str;
14871447 description = ''
14881448 A list of bond interfaces to be added to the network section of the
14891489- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
14901490- <manvolnum>5</manvolnum></citerefentry> for details.
14491449+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
14911450 '';
14921451 };
14931452···14961455 type = types.listOf types.str;
14971456 description = ''
14981457 A list of vrf interfaces to be added to the network section of the
14991499- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15001500- <manvolnum>5</manvolnum></citerefentry> for details.
14581458+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15011459 '';
15021460 };
15031461···15061464 type = types.listOf types.str;
15071465 description = ''
15081466 A list of vlan interfaces to be added to the network section of the
15091509- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15101510- <manvolnum>5</manvolnum></citerefentry> for details.
14671467+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15111468 '';
15121469 };
15131470···15161473 type = types.listOf types.str;
15171474 description = ''
15181475 A list of macvlan interfaces to be added to the network section of the
15191519- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15201520- <manvolnum>5</manvolnum></citerefentry> for details.
14761476+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15211477 '';
15221478 };
15231479···15261482 type = types.listOf types.str;
15271483 description = ''
15281484 A list of vxlan interfaces to be added to the network section of the
15291529- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15301530- <manvolnum>5</manvolnum></citerefentry> for details.
14851485+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15311486 '';
15321487 };
15331488···15361491 type = types.listOf types.str;
15371492 description = ''
15381493 A list of tunnel interfaces to be added to the network section of the
15391539- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15401540- <manvolnum>5</manvolnum></citerefentry> for details.
14941494+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15411495 '';
15421496 };
15431497···15461500 type = types.listOf types.str;
15471501 description = ''
15481502 A list of xfrm interfaces to be added to the network section of the
15491549- unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle>
15501550- <manvolnum>5</manvolnum></citerefentry> for details.
15031503+ unit. See <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15511504 '';
15521505 };
15531506···15561509 type = with types; listOf (submodule addressOptions);
15571510 description = ''
15581511 A list of address sections to be added to the unit. See
15591559- <citerefentry><refentrytitle>systemd.network</refentrytitle>
15601560- <manvolnum>5</manvolnum></citerefentry> for details.
15121512+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15611513 '';
15621514 };
15631515···15661518 type = with types; listOf (submodule routingPolicyRulesOptions);
15671519 description = ''
15681520 A list of routing policy rules sections to be added to the unit. See
15691569- <citerefentry><refentrytitle>systemd.network</refentrytitle>
15701570- <manvolnum>5</manvolnum></citerefentry> for details.
15211521+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15711522 '';
15721523 };
15731524···15761527 type = with types; listOf (submodule routeOptions);
15771528 description = ''
15781529 A list of route sections to be added to the unit. See
15791579- <citerefentry><refentrytitle>systemd.network</refentrytitle>
15801580- <manvolnum>5</manvolnum></citerefentry> for details.
15301530+ <citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
15811531 '';
15821532 };
15831533···16041554 type = with types; attrsOf int;
16051555 description = ''
16061556 Defines route table names as an attrset of name to number.
16071607- See <citerefentry><refentrytitle>networkd.conf</refentrytitle>
16081608- <manvolnum>5</manvolnum></citerefentry> for details.
15571557+ See <citerefentry><refentrytitle>networkd.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
16091558 '';
16101559 };
16111560
+3-6
nixos/modules/system/boot/systemd/nspawn.nix
···5353 description = ''
5454 Each attribute in this set specifies an option in the
5555 <literal>[Exec]</literal> section of this unit. See
5656- <citerefentry><refentrytitle>systemd.nspawn</refentrytitle>
5757- <manvolnum>5</manvolnum></citerefentry> for details.
5656+ <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
5857 '';
5958 };
6059···6564 description = ''
6665 Each attribute in this set specifies an option in the
6766 <literal>[Files]</literal> section of this unit. See
6868- <citerefentry><refentrytitle>systemd.nspawn</refentrytitle>
6969- <manvolnum>5</manvolnum></citerefentry> for details.
6767+ <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
7068 '';
7169 };
7270···7775 description = ''
7876 Each attribute in this set specifies an option in the
7977 <literal>[Network]</literal> section of this unit. See
8080- <citerefentry><refentrytitle>systemd.nspawn</refentrytitle>
8181- <manvolnum>5</manvolnum></citerefentry> for details.
7878+ <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.
8279 '';
8380 };
8481 };
+2-4
nixos/modules/tasks/auto-upgrade.nix
···8282 a sufficient upgrade frequency is once a day.
83838484 The format is described in
8585- <citerefentry><refentrytitle>systemd.time</refentrytitle>
8686- <manvolnum>7</manvolnum></citerefentry>.
8585+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
8786 '';
8887 };
8988···106105 Add a randomized delay before each automatic upgrade.
107106 The delay will be chosen between zero and this value.
108107 This value must be a time span in the format specified by
109109- <citerefentry><refentrytitle>systemd.time</refentrytitle>
110110- <manvolnum>7</manvolnum></citerefentry>
108108+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>
111109 '';
112110 };
113111
+2-4
nixos/modules/tasks/filesystems/btrfs.nix
···3939 description = ''
4040 Systemd calendar expression for when to scrub btrfs filesystems.
4141 The recommended period is a month but could be less
4242- (<citerefentry><refentrytitle>btrfs-scrub</refentrytitle>
4343- <manvolnum>8</manvolnum></citerefentry>).
4242+ (<citerefentry><refentrytitle>btrfs-scrub</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
4443 See
4545- <citerefentry><refentrytitle>systemd.time</refentrytitle>
4646- <manvolnum>7</manvolnum></citerefentry>
4444+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>
4745 for more information on the syntax.
4846 '';
4947 };
+2-4
nixos/modules/tasks/filesystems/zfs.nix
···393393 a sufficient trimming frequency is once a week.
394394395395 The format is described in
396396- <citerefentry><refentrytitle>systemd.time</refentrytitle>
397397- <manvolnum>7</manvolnum></citerefentry>.
396396+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
398397 '';
399398 };
400399 };
···408407 example = "daily";
409408 description = ''
410409 Systemd calendar expression when to scrub ZFS pools. See
411411- <citerefentry><refentrytitle>systemd.time</refentrytitle>
412412- <manvolnum>7</manvolnum></citerefentry>.
410410+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
413411 '';
414412 };
415413
+2-4
nixos/modules/tasks/network-interfaces.nix
···878878 };
879879 description = ''
880880 This option allows you to configure Foo Over UDP and Generic UDP Encapsulation
881881- endpoints. See <citerefentry><refentrytitle>ip-fou</refentrytitle>
882882- <manvolnum>8</manvolnum></citerefentry> for details.
881881+ endpoints. See <citerefentry><refentrytitle>ip-fou</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.
883882 '';
884883 type = with types; attrsOf (submodule {
885884 options = {
···1000999 type = enum [ "fou" "gue" ];
10011000 description = ''
10021001 Selects encapsulation type. See
10031003- <citerefentry><refentrytitle>ip-link</refentrytitle>
10041004- <manvolnum>8</manvolnum></citerefentry> for details.
10021002+ <citerefentry><refentrytitle>ip-link</refentrytitle><manvolnum>8</manvolnum></citerefentry> for details.
10051003 '';
10061004 };
10071005
+1-2
nixos/modules/virtualisation/docker.nix
···144144 type = types.str;
145145 description = ''
146146 Specification (in the format described by
147147- <citerefentry><refentrytitle>systemd.time</refentrytitle>
148148- <manvolnum>7</manvolnum></citerefentry>) of the time at
147147+ <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at
149148 which the prune will occur.
150149 '';
151150 };
+3-6
nixos/modules/virtualisation/lxc.nix
···3333 description =
3434 ''
3535 This is the system-wide LXC config. See
3636- <citerefentry><refentrytitle>lxc.system.conf</refentrytitle>
3737- <manvolnum>5</manvolnum></citerefentry>.
3636+ <citerefentry><refentrytitle>lxc.system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
3837 '';
3938 };
4039···4544 description =
4645 ''
4746 Default config (default.conf) for new containers, i.e. for
4848- network config. See <citerefentry><refentrytitle>lxc.container.conf
4949- </refentrytitle><manvolnum>5</manvolnum></citerefentry>.
4747+ network config. See <citerefentry><refentrytitle>lxc.container.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
5048 '';
5149 };
5250···5755 description =
5856 ''
5957 This is the config file for managing unprivileged user network
6060- administration access in LXC. See <citerefentry>
6161- <refentrytitle>lxc-usernet</refentrytitle><manvolnum>5</manvolnum>
5858+ administration access in LXC. See <citerefentry><refentrytitle>lxc-usernet</refentrytitle><manvolnum>5</manvolnum>
6259 </citerefentry>.
6360 '';
6461 };
+1-2
nixos/modules/virtualisation/nixos-containers.nix
···632632 description = ''
633633 Time for the container to start. In case of a timeout,
634634 the container processes get killed.
635635- See <citerefentry><refentrytitle>systemd.time</refentrytitle>
636636- <manvolnum>7</manvolnum></citerefentry>
635635+ See <citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>
637636 for more information about the format.
638637 '';
639638 };