From 22144ba269f0dc9e7babe3d3720bfb5cc5330755 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 4 Jan 2023 00:52:22 +0100 Subject: [PATCH] nixos/manual: normalize -> markdown can only do , so normalize to that. without auto-linking to a package index the distinction is not very useful anyway. --- nixos/modules/services/backup/borgbackup.xml | 2 +- nixos/modules/services/databases/postgresql.xml | 2 +- nixos/modules/services/development/blackfire.xml | 2 +- nixos/modules/services/matrix/mjolnir.xml | 2 +- nixos/modules/services/matrix/synapse.xml | 4 ++-- nixos/modules/services/misc/sourcehut/sourcehut.xml | 8 ++++---- nixos/modules/services/web-apps/grocy.xml | 2 +- nixos/modules/services/web-apps/nextcloud.xml | 8 ++++---- nixos/modules/services/web-apps/plausible.xml | 2 +- nixos/modules/services/web-servers/garage-doc.xml | 2 +- nixos/modules/services/x11/desktop-managers/pantheon.xml | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/nixos/modules/services/backup/borgbackup.xml b/nixos/modules/services/backup/borgbackup.xml index 770a06b37833..370e80de2179 100644 --- a/nixos/modules/services/backup/borgbackup.xml +++ b/nixos/modules/services/backup/borgbackup.xml @@ -205,7 +205,7 @@ sudo borg init --encryption=repokey-blake2 \ disk failure, ransomware and theft. - It can be installed in NixOS e.g. by adding pkgs.vorta + It can be installed in NixOS e.g. by adding pkgs.vorta to . diff --git a/nixos/modules/services/databases/postgresql.xml b/nixos/modules/services/databases/postgresql.xml index fc91e0dc4c06..6199684f1a3b 100644 --- a/nixos/modules/services/databases/postgresql.xml +++ b/nixos/modules/services/databases/postgresql.xml @@ -54,7 +54,7 @@ services.postgresql.dataDir = "/data/postgresql"; - The steps below demonstrate how to upgrade from an older version to pkgs.postgresql_13. + The steps below demonstrate how to upgrade from an older version to pkgs.postgresql_13. These instructions are also applicable to other versions. diff --git a/nixos/modules/services/development/blackfire.xml b/nixos/modules/services/development/blackfire.xml index 1df6441f66fc..3e8253d29ecf 100644 --- a/nixos/modules/services/development/blackfire.xml +++ b/nixos/modules/services/development/blackfire.xml @@ -43,6 +43,6 @@ in { - On your developer machine, you will also want to install the client (see blackfire package) or the browser extension to actually trigger the profiling. + On your developer machine, you will also want to install the client (see blackfire package) or the browser extension to actually trigger the profiling. diff --git a/nixos/modules/services/matrix/mjolnir.xml b/nixos/modules/services/matrix/mjolnir.xml index 4e0f14a3c0b5..34b5d4df1d22 100644 --- a/nixos/modules/services/matrix/mjolnir.xml +++ b/nixos/modules/services/matrix/mjolnir.xml @@ -97,7 +97,7 @@ uses across an entire homeserver. - To use the Antispam Module, add matrix-synapse-plugins.matrix-synapse-mjolnir-antispam + To use the Antispam Module, add matrix-synapse-plugins.matrix-synapse-mjolnir-antispam to the Synapse plugin list and enable the mjolnir.Module module. diff --git a/nixos/modules/services/matrix/synapse.xml b/nixos/modules/services/matrix/synapse.xml index f25ef3b0ea11..35ec03250b77 100644 --- a/nixos/modules/services/matrix/synapse.xml +++ b/nixos/modules/services/matrix/synapse.xml @@ -122,7 +122,7 @@ in { This section is not needed if the server_name - of matrix-synapse is equal to the domain (i.e. + of matrix-synapse is equal to the domain (i.e. example.org from @foo:example.org) and the federation port is 8448. Further reference can be found in the docs @@ -196,7 +196,7 @@ registration_shared_secret: your-very-secret-secret from nixops1 or sops-nix to e.g. /run/secrets/matrix-shared-secret and ensure that it's readable - by matrix-synapse. + by matrix-synapse. diff --git a/nixos/modules/services/misc/sourcehut/sourcehut.xml b/nixos/modules/services/misc/sourcehut/sourcehut.xml index a769ded524c5..5f9cc75bc9fd 100644 --- a/nixos/modules/services/misc/sourcehut/sourcehut.xml +++ b/nixos/modules/services/misc/sourcehut/sourcehut.xml @@ -53,7 +53,7 @@ in { environment = "production"; global-domain = fqdn; origin = "https://${fqdn}"; - # Produce keys with srht-keygen from sourcehut.coresrht. + # Produce keys with srht-keygen from sourcehut.coresrht. network-key = "/run/keys/path/to/network-key"; service-key = "/run/keys/path/to/service-key"; }; @@ -109,9 +109,9 @@ in {
Using an alternative webserver as reverse-proxy (e.g. <literal>httpd</literal>) - By default, nginx is used as reverse-proxy for sourcehut. - However, it's possible to use e.g. httpd by explicitly disabling - nginx using and fixing the + By default, nginx is used as reverse-proxy for sourcehut. + However, it's possible to use e.g. httpd by explicitly disabling + nginx using and fixing the settings.
diff --git a/nixos/modules/services/web-apps/grocy.xml b/nixos/modules/services/web-apps/grocy.xml index dc56f63f5de8..025c08721c62 100644 --- a/nixos/modules/services/web-apps/grocy.xml +++ b/nixos/modules/services/web-apps/grocy.xml @@ -31,7 +31,7 @@ The application's state is persisted at /var/lib/grocy/grocy.db in a - sqlite3 database. The migration is applied when requesting the /-route + sqlite3 database. The migration is applied when requesting the /-route of the application. diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml index 8f75d2f7c5a8..434df8f0d343 100644 --- a/nixos/modules/services/web-apps/nextcloud.xml +++ b/nixos/modules/services/web-apps/nextcloud.xml @@ -11,7 +11,7 @@ desktop client is packaged at pkgs.nextcloud-client. - The current default by NixOS is nextcloud25 which is also the latest + The current default by NixOS is nextcloud25 which is also the latest major version available.
@@ -192,9 +192,9 @@
Using an alternative webserver as reverse-proxy (e.g. <literal>httpd</literal>) - By default, nginx is used as reverse-proxy for nextcloud. - However, it's possible to use e.g. httpd by explicitly disabling - nginx using and fixing the + By default, nginx is used as reverse-proxy for nextcloud. + However, it's possible to use e.g. httpd by explicitly disabling + nginx using and fixing the settings listen.owner & listen.group in the corresponding phpfpm pool. diff --git a/nixos/modules/services/web-apps/plausible.xml b/nixos/modules/services/web-apps/plausible.xml index 4d162c3c9563..929d4db22913 100644 --- a/nixos/modules/services/web-apps/plausible.xml +++ b/nixos/modules/services/web-apps/plausible.xml @@ -15,7 +15,7 @@ $ openssl rand -base64 64 - After that, plausible can be deployed like this: + After that, plausible can be deployed like this: { services.plausible = { diff --git a/nixos/modules/services/web-servers/garage-doc.xml b/nixos/modules/services/web-servers/garage-doc.xml index 452b431a2cca..5d0130346903 100644 --- a/nixos/modules/services/web-servers/garage-doc.xml +++ b/nixos/modules/services/web-servers/garage-doc.xml @@ -13,7 +13,7 @@ the global environment as garage-manage. - The current default by NixOS is garage_0_8 which is also the latest + The current default by NixOS is garage_0_8 which is also the latest major version available.
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.xml b/nixos/modules/services/x11/desktop-managers/pantheon.xml index a0784c2f2e15..1ad5bfad578a 100644 --- a/nixos/modules/services/x11/desktop-managers/pantheon.xml +++ b/nixos/modules/services/x11/desktop-managers/pantheon.xml @@ -22,7 +22,7 @@ services.xserver.displayManager.lightdm.enable = false; services.pantheon.apps.enable = false; - You can also use to remove any other app (like elementary-mail). + You can also use to remove any other app (like elementary-mail).