summaryrefslogtreecommitdiff
path: root/modules/security/pam.nix
AgeCommit message (Collapse)Author
2024-04-19treewide: remove lib.mdDocWeijia Wang
2023-07-21treewide: fix `mkEnableOption` docsEmily
`mkEnableOption` wraps its argument in a complete sentence with a terminating full stop; an additional newline will add an incorrect space before the end of the sentence in the rendered documentation, and any additional verbiage that doesn't fit into the form "Whether to enable [...]." is also incorrect. In the latter case, the description can be overridden manually.
2023-06-24treewide: manually convert some docs to MarkdownEmily
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.
2022-06-30Use GNU version of sed from nixpkgsMalo Bourgon
2022-06-30Fix indent of line added to sudo fileMalo Bourgon
Co-authored-by: Peter Esselius <esselius@users.noreply.github.com>
2022-06-30Use sed to disable sudo touch ID authenticationMalo Bourgon
2022-06-30Change option name and switch to using activation scriptMalo Bourgon