11 lines
193 B
Nix
11 lines
193 B
Nix
{...}: {
|
|
services = {
|
|
fprintd = {
|
|
enable = true;
|
|
tod = {
|
|
enable = false;
|
|
# driver = pkgs.
|
|
};
|
|
};
|
|
};
|
|
}
|