Loading nixos/modules/security/apparmor/includes.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading nixos/modules/security/tpm2.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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: '' Loading nixos/modules/services/monitoring/prometheus/exporters.md +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading nixos/modules/services/torrent/deluge.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. ''; Loading nixos/modules/services/web-apps/matomo.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/security/apparmor/includes.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading
nixos/modules/security/tpm2.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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: '' Loading
nixos/modules/services/monitoring/prometheus/exporters.md +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
nixos/modules/services/torrent/deluge.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. ''; Loading
nixos/modules/services/web-apps/matomo.md +1 −1 Original line number Diff line number Diff line Loading @@ -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