Aloria fix fingerprint driver
This commit is contained in:
parent
bc846a53eb
commit
89ce0321bb
|
@ -9,6 +9,7 @@ interpolation
|
|||
tscale=oversample
|
||||
hwdec=auto
|
||||
force-window=yes
|
||||
keep-open=yes
|
||||
|
||||
[Idle]
|
||||
profile-cond=p["idle-active"]
|
||||
|
|
|
@ -35,6 +35,17 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.fprintd = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.Type = "simple";
|
||||
};
|
||||
services.fprintd = {
|
||||
enable = true;
|
||||
tod = {
|
||||
enable = true;
|
||||
driver = pkgs.libfprint-2-tod1-broadcom;
|
||||
};
|
||||
};
|
||||
|
||||
# virtualisation
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
Loading…
Reference in New Issue