From efe314cdbabaf5cd210d9c658b4ad540437b7ee5 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 22 Jun 2023 09:05:03 +0100 Subject: treewide: manually convert some docs to Markdown These all use DocBook markup too complex for `nix-doc-munge` to handle, have syntax that clashes with Markdown, or already contain Markdown syntax that currently isn't rendering correctly. Converting DocBook list syntax makes me think that maybe Markdown isn't so bad after all. --- modules/security/pam.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/security') diff --git a/modules/security/pam.nix b/modules/security/pam.nix index ac7603f..0061fba 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -39,7 +39,7 @@ in { options = { - security.pam.enableSudoTouchIdAuth = mkEnableOption '' + security.pam.enableSudoTouchIdAuth = mkEnableOption (lib.mdDoc '' Enable sudo authentication with Touch ID When enabled, this option adds the following line to /etc/pam.d/sudo: @@ -49,7 +49,7 @@ in (Note that macOS resets this file when doing a system update. As such, sudo authentication with Touch ID won't work after a system update until the nix-darwin configuration is reapplied.) - ''; + ''); }; config = { -- cgit v1.2.3