chore(fingerprint): try the recommended way to install fingerprint drivers
This commit is contained in:
parent
de90b4e8df
commit
2a36446b47
1 changed files with 8 additions and 0 deletions
8
t470.nix
8
t470.nix
|
|
@ -84,4 +84,12 @@
|
||||||
};
|
};
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# fingerprint sensor setup
|
||||||
|
systemd.services.fprintd = {
|
||||||
|
wantedBy = ["multi-user.target"];
|
||||||
|
serviceConfig.type = "simple";
|
||||||
|
};
|
||||||
|
|
||||||
|
services.fprintd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue