diff options
| author | Emily <vcs@emily.moe> | 2023-06-22 09:05:03 +0100 |
|---|---|---|
| committer | Emily <vcs@emily.moe> | 2023-06-24 10:48:55 +0100 |
| commit | efe314cdbabaf5cd210d9c658b4ad540437b7ee5 (patch) | |
| tree | 8b00b1c0518922b71311ba2e0c448d6b3e5340d8 /modules/security | |
| parent | c2716817a8e5fb47889aaf625aa13b89d786da51 (diff) | |
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.
Diffstat (limited to 'modules/security')
| -rw-r--r-- | modules/security/pam.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = { |
