nixos/*: replace <quote> with actual quotes
This commit is contained in:
@@ -340,8 +340,7 @@ in {
|
||||
apply = x: x * 60 * 60;
|
||||
description = ''
|
||||
How long to keep the backups around, in
|
||||
hours. <literal>0</literal> means <quote>keep
|
||||
forever</quote>.
|
||||
hours. <literal>0</literal> means “keep forever”.
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -416,8 +415,8 @@ in {
|
||||
type = types.str;
|
||||
default = "";
|
||||
description = ''
|
||||
GitLab database hostname. An empty string means <quote>use
|
||||
local unix socket connection</quote>.
|
||||
GitLab database hostname. An empty string means
|
||||
“use local unix socket connection”.
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -752,8 +751,7 @@ in {
|
||||
description = ''
|
||||
The number of worker processes Puma should spawn. This
|
||||
controls the amount of parallel Ruby code can be
|
||||
executed. GitLab recommends <quote>Number of CPU cores -
|
||||
1</quote>, but at least two.
|
||||
executed. GitLab recommends <literal>Number of CPU cores - 1</literal>, but at least two.
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user