Unverified Commit 419d7f9c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230753 from fetsorn/typos

several typos
parents 9c946bce 2472601d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ in
# some may even be completely useless.
config.security.apparmor.includes = {
  # This one is included by <tunables/global>
  # which is usualy included before any profile.
  # which is usually included before any profile.
  "abstractions/tunables/alias" = ''
    alias /bin -> /run/current-system/sw/bin,
    alias /lib/modules -> /run/current-system/kernel/lib/modules,
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ let
  cfg = config.security.tpm2;

  # This snippet is taken from tpm2-tss/dist/tpm-udev.rules, but modified to allow custom user/groups
  # The idea is that the tssUser is allowed to acess the TPM and kernel TPM resource manager, while
  # The idea is that the tssUser is allowed to access the TPM and kernel TPM resource manager, while
  # the tssGroup is only allowed to access the kernel resource manager
  # Therefore, if either of the two are null, the respective part isn't generated
  udevRules = tssUser: tssGroup: ''
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ example:
    directory, which will be called postfix.nix and contains all exporter
    specific options and configuration:
    ```
    # nixpgs/nixos/modules/services/prometheus/exporters/postfix.nix
    # nixpkgs/nixos/modules/services/prometheus/exporters/postfix.nix
    { config, lib, pkgs, options }:

    with lib;
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ in {
            `true`.

            It does NOT apply to the daemon port nor the web UI port. To access those
            ports secuerly check the documentation
            ports securely check the documentation
            <https://dev.deluge-torrent.org/wiki/UserGuide/ThinClient#CreateSSHTunnel>
            or use a VPN or configure certificates for deluge.
          '';
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
Matomo is a real-time web analytics application. This module configures
php-fpm as backend for Matomo, optionally configuring an nginx vhost as well.

An automatic setup is not suported by Matomo, so you need to configure Matomo
An automatic setup is not supported by Matomo, so you need to configure Matomo
itself in the browser-based Matomo setup.

## Database Setup {#module-services-matomo-database-setup}
Loading