From ac259c3a5972797f44b05b4ad63507a36e1432d1 Mon Sep 17 00:00:00 2001 From: Marcelo Giles Date: Mon, 22 Apr 2024 11:02:52 -0700 Subject: [PATCH] mediawiki: update passwordfile description field --- nixos/modules/services/web-apps/mediawiki.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/mediawiki.nix b/nixos/modules/services/web-apps/mediawiki.nix index 7246fd93a231..b11626ec2dc3 100644 --- a/nixos/modules/services/web-apps/mediawiki.nix +++ b/nixos/modules/services/web-apps/mediawiki.nix @@ -246,7 +246,9 @@ in passwordFile = mkOption { type = types.path; - description = "A file containing the initial password for the admin user."; + description = '' + A file containing the initial password for the administrator account "admin". + ''; example = "/run/keys/mediawiki-password"; };