mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
nixos/*: replace <quote> with actual quotes
This commit is contained in:
parent
f1d39b6d61
commit
d0ba463fcf
3 changed files with 8 additions and 11 deletions
|
@ -340,8 +340,7 @@ in {
|
||||||
apply = x: x * 60 * 60;
|
apply = x: x * 60 * 60;
|
||||||
description = ''
|
description = ''
|
||||||
How long to keep the backups around, in
|
How long to keep the backups around, in
|
||||||
hours. <literal>0</literal> means <quote>keep
|
hours. <literal>0</literal> means “keep forever”.
|
||||||
forever</quote>.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -416,8 +415,8 @@ in {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
GitLab database hostname. An empty string means <quote>use
|
GitLab database hostname. An empty string means
|
||||||
local unix socket connection</quote>.
|
“use local unix socket connection”.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -752,8 +751,7 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
The number of worker processes Puma should spawn. This
|
The number of worker processes Puma should spawn. This
|
||||||
controls the amount of parallel Ruby code can be
|
controls the amount of parallel Ruby code can be
|
||||||
executed. GitLab recommends <quote>Number of CPU cores -
|
executed. GitLab recommends <literal>Number of CPU cores - 1</literal>, but at least two.
|
||||||
1</quote>, but at least two.
|
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -130,8 +130,7 @@ in
|
||||||
file in the upstream distribution to find available options.
|
file in the upstream distribution to find available options.
|
||||||
|
|
||||||
Setting an option to <literal>null</literal> means
|
Setting an option to <literal>null</literal> means
|
||||||
<quote>define variable, but leave right-hand side
|
“define variable, but leave right-hand side empty”.
|
||||||
empty</quote>.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -242,8 +241,8 @@ in
|
||||||
type = with lib.types; nullOr str;
|
type = with lib.types; nullOr str;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Discourse database hostname. <literal>null</literal> means <quote>prefer
|
Discourse database hostname. <literal>null</literal> means
|
||||||
local unix socket connection</quote>.
|
“prefer local unix socket connection”.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -532,7 +532,7 @@ in {
|
||||||
here because it has the side-effect that personal information is even accessible to
|
here because it has the side-effect that personal information is even accessible to
|
||||||
unauthenticated users by default.
|
unauthenticated users by default.
|
||||||
|
|
||||||
By default, the following properties are set to <quote>Show to everyone</quote>
|
By default, the following properties are set to “Show to everyone”
|
||||||
if this flag is enabled:
|
if this flag is enabled:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>About</para></listitem>
|
<listitem><para>About</para></listitem>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue