Disable the fingerprint reading service on framework.
This commit is contained in:
parent
791caf4db8
commit
1e34fb5690
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@
|
|||
# List services that you want to enable:
|
||||
services.dbus.packages = with pkgs; [ dconf ];
|
||||
|
||||
# Enable fingerprint reading
|
||||
services.fprintd.enable = true;
|
||||
# Enable fingerprint reading---except it doesn't seem to work.
|
||||
# services.fprintd.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue