diff options
| author | Malo Bourgon <mbourgon@gmail.com> | 2021-02-15 10:57:04 -0800 |
|---|---|---|
| committer | Malo Bourgon <mbourgon@gmail.com> | 2022-06-30 13:33:06 -0700 |
| commit | e5f24e97a7467e14032778bdf0265db6349c9fa3 (patch) | |
| tree | ca27d6c8ce78aad50a3fe4b81c5fec23363bb7e7 /modules | |
| parent | 6e8bc5e7408e2c5f62871d63d409ba527e84ca57 (diff) | |
Fix indent of line added to sudo file
Co-authored-by: Peter Esselius <esselius@users.noreply.github.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/security/pam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/security/pam.nix b/modules/security/pam.nix index 424e674..7de766e 100644 --- a/modules/security/pam.nix +++ b/modules/security/pam.nix @@ -24,7 +24,7 @@ let # Enable sudo Touch ID authentication, if not already enabled if ! grep 'pam_tid.so' ${file} > /dev/null; then sed -i "" '2i\ - auth sufficient pam_tid.so # nix-darwin: ${option} + auth sufficient pam_tid.so # nix-darwin: ${option} ' ${file} fi '' else '' |
