fix
This commit is contained in:
parent
6e834ed5a3
commit
f173501bab
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -14,11 +14,11 @@
|
||||||
};
|
};
|
||||||
tod = {
|
tod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driver = {
|
driver = [
|
||||||
pkgs.libfprint-2-tod1-goodix
|
pkgs.libfprint-2-tod1-goodix
|
||||||
pkgs.libfprint-2-tod1-elan
|
pkgs.libfprint-2-tod1-elan
|
||||||
pkgs.libfprint-2-tod1-goodix-550a
|
pkgs.libfprint-2-tod1-goodix-550a
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue