Aloria fix fingerprint driver
This commit is contained in:
parent
bc846a53eb
commit
89ce0321bb
|
@ -9,6 +9,7 @@ interpolation
|
||||||
tscale=oversample
|
tscale=oversample
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
force-window=yes
|
force-window=yes
|
||||||
|
keep-open=yes
|
||||||
|
|
||||||
[Idle]
|
[Idle]
|
||||||
profile-cond=p["idle-active"]
|
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
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue