commit | d2642a2619267d10c4698de661c0f03056217df1 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 12:47:10 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:33 2023 +0000 |
tree | f5cf46ec326e605c66d29948e32db15ca53cf6c9 | |
parent | 1118d5af1f930097fb30027e6a334339a5230047 [diff] |
Enable the fingerprint driver
diff --git a/modules/security.nix b/modules/security.nix index 43b3042..a97e20e 100644 --- a/modules/security.nix +++ b/modules/security.nix
@@ -8,6 +8,15 @@ in { config = { + internal.allowUnfree = [ "libfprint-2-tod1-goodix" ]; + services.fprintd = { + enable = true; + tod = { + enable = true; + driver = pkgs.libfprint-2-tod1-goodix; + }; + }; + security.apparmor = { enable = true; killUnconfinedConfinables = true;