diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 0bf2bca4a0b8..2a823c766225 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -340,8 +340,7 @@ in {
apply = x: x * 60 * 60;
description = ''
How long to keep the backups around, in
- hours. 0 means keep
- forever
.
+ hours. 0 means “keep forever”.
'';
};
@@ -416,8 +415,8 @@ in {
type = types.str;
default = "";
description = ''
- GitLab database hostname. An empty string means use
- local unix socket connection
.
+ 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 Number of CPU cores -
- 1
, but at least two.
+ executed. GitLab recommends Number of CPU cores - 1, but at least two.
diff --git a/nixos/modules/services/web-apps/discourse.nix b/nixos/modules/services/web-apps/discourse.nix
index 15b976e75640..c815e60b756b 100644
--- a/nixos/modules/services/web-apps/discourse.nix
+++ b/nixos/modules/services/web-apps/discourse.nix
@@ -130,8 +130,7 @@ in
file in the upstream distribution to find available options.
Setting an option to null means
- define variable, but leave right-hand side
- empty
.
+ “define variable, but leave right-hand side empty”.
'';
};
@@ -242,8 +241,8 @@ in
type = with lib.types; nullOr str;
default = null;
description = ''
- Discourse database hostname. null means prefer
- local unix socket connection
.
+ Discourse database hostname. null means
+ “prefer local unix socket connection”.
'';
};
diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix
index 0b5dcaa03e78..1e80eb0044be 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -532,7 +532,7 @@ in {
here because it has the side-effect that personal information is even accessible to
unauthenticated users by default.
- By default, the following properties are set to Show to everyone
+ By default, the following properties are set to “Show to everyone”
if this flag is enabled:
About