diff --git a/nixos/modules/programs/zsh/oh-my-zsh.xml b/nixos/modules/programs/zsh/oh-my-zsh.xml index 14a7228ad9b0..9917dd022b9f 100644 --- a/nixos/modules/programs/zsh/oh-my-zsh.xml +++ b/nixos/modules/programs/zsh/oh-my-zsh.xml @@ -5,7 +5,7 @@ xml:id="module-programs-zsh-ohmyzsh"> Oh my ZSH - oh-my-zsh is a + oh-my-zsh is a framework to manage your ZSH configuration including completion scripts for several CLI tools or custom prompt themes. @@ -113,7 +113,7 @@ Completion scripts are supposed to be stored at $out/share/zsh/site-functions. This directory is part of the - fpath + fpath and the package should be compatible with pure ZSH setups. The module will automatically link the contents of site-functions to completions directory in the proper diff --git a/nixos/modules/security/acme/doc.xml b/nixos/modules/security/acme/doc.xml index 4c02eae45f92..0905fefd6232 100644 --- a/nixos/modules/security/acme/doc.xml +++ b/nixos/modules/security/acme/doc.xml @@ -22,7 +22,7 @@ To use the ACME module, you must accept the provider's terms of service - by setting + by setting to true. The Let's Encrypt ToS can be found here. @@ -30,18 +30,18 @@ You must also set an email address to be used when creating accounts with Let's Encrypt. You can set this for all certs with - + and/or on a per-cert basis with - . + . This address is only used for registration and renewal reminders, and cannot be used to administer the certificates in any way. Alternatively, you can use a different ACME server by changing the - option + option to a provider of your choosing, or just change the server for one cert with - . + . @@ -280,7 +280,7 @@ systemd.services.dns-rfc2136-conf = { It is possible to use DNS-01 validation with all certificates, including those automatically configured via the Nginx/Apache - enableACME + enableACME option. This configuration pattern is fully supported and part of the module's test suite for Nginx + Apache. diff --git a/nixos/modules/services/misc/weechat.xml b/nixos/modules/services/misc/weechat.xml index b17f9a871ff9..ceabd67060cb 100644 --- a/nixos/modules/services/misc/weechat.xml +++ b/nixos/modules/services/misc/weechat.xml @@ -13,9 +13,9 @@ By default, the module creates a - systemd + systemd unit which runs the chat client in a detached - screen + screen session. diff --git a/nixos/modules/services/web-apps/matomo-doc.xml b/nixos/modules/services/web-apps/matomo-doc.xml index 69d1170e4523..78cd6dd4d434 100644 --- a/nixos/modules/services/web-apps/matomo-doc.xml +++ b/nixos/modules/services/web-apps/matomo-doc.xml @@ -99,7 +99,7 @@ GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost'; You can use other web servers by forwarding calls for index.php and piwik.php to the - services.phpfpm.pools.<name>.socket fastcgi unix socket. You can use + services.phpfpm.pools.<name>.socket fastcgi unix socket. You can use the nginx configuration in the module code as a reference to what else should be configured. diff --git a/nixos/modules/services/web-apps/nextcloud.xml b/nixos/modules/services/web-apps/nextcloud.xml index 533f34f7fcce..02d7595ff179 100644 --- a/nixos/modules/services/web-apps/nextcloud.xml +++ b/nixos/modules/services/web-apps/nextcloud.xml @@ -19,11 +19,11 @@ Nextcloud is a PHP-based application which requires an HTTP server - (services.nextcloud + (services.nextcloud optionally supports - services.nginx) + services.nginx) and a database (it's recommended to use - services.postgresql). + services.postgresql). @@ -65,7 +65,7 @@ The hostName option is used internally to configure an HTTP - server using PHP-FPM + server using PHP-FPM and nginx. The config attribute set is used by the imperative installer and all values are written to an additional file to ensure that changes can be applied by changing the module's options. @@ -73,14 +73,14 @@ In case the application serves multiple domains (those are checked with - $_SERVER['HTTP_HOST']) + $_SERVER['HTTP_HOST']) it's needed to add them to - services.nextcloud.config.extraTrustedDomains. + services.nextcloud.config.extraTrustedDomains. Auto updates for Nextcloud apps can be enabled using - services.nextcloud.autoUpdateApps. + services.nextcloud.autoUpdateApps.