fingerprint sensors
This commit is contained in:
parent
7a1a5d36e6
commit
6e834ed5a3
1 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,20 @@
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
fprintd = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.fprintd.override {
|
||||||
|
libfprint = pkgs.libfprint-focaltech-2808-a658;
|
||||||
|
};
|
||||||
|
tod = {
|
||||||
|
enable = true;
|
||||||
|
driver = {
|
||||||
|
pkgs.libfprint-2-tod1-goodix
|
||||||
|
pkgs.libfprint-2-tod1-elan
|
||||||
|
pkgs.libfprint-2-tod1-goodix-550a
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue