summary refs log tree commit diff
path: root/nixos/modules/services/logging/awstats.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/logging/awstats.nix')
-rw-r--r--nixos/modules/services/logging/awstats.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/logging/awstats.nix b/nixos/modules/services/logging/awstats.nix
index ad87c3bd907..3d116f1118e 100644
--- a/nixos/modules/services/logging/awstats.nix
+++ b/nixos/modules/services/logging/awstats.nix
@@ -29,9 +29,9 @@ let
           The log file to be scanned.
 
           For mail, set this to
-          <literal>
+          <programlisting>
           journalctl $OLD_CURSOR -u postfix.service | ''${pkgs.perl}/bin/perl ''${pkgs.awstats.out}/share/awstats/tools/maillogconvert.pl standard |
-          </literal>
+          </programlisting>
         '';
       };
 
@@ -42,9 +42,9 @@ let
           The log format being used.
 
           For mail, set this to
-          <literal>
+          <programlisting>
           %time2 %email %email_r %host %host_r %method %url %code %bytesd
-          </literal>
+          </programlisting>
         '';
       };