Disabled fprintd (fingerprint daemon) since it uh doesn't work.
This commit is contained in:
parent
88533368a9
commit
cf84617566
|
|
@ -95,6 +95,9 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable fingerprint reader
|
||||||
|
# services.fprintd.enable = true;
|
||||||
|
|
||||||
# Enable Bluetooth.
|
# Enable Bluetooth.
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
|
@ -112,9 +115,6 @@
|
||||||
};
|
};
|
||||||
home-manager.users.alice = import ./home.nix;
|
home-manager.users.alice = import ./home.nix;
|
||||||
|
|
||||||
# Fingerprint reader stuff
|
|
||||||
services.fprintd.enable = true;
|
|
||||||
|
|
||||||
# Make sure swaylock works (defined in home.nix)
|
# Make sure swaylock works (defined in home.nix)
|
||||||
security.pam.services.swaylock = { };
|
security.pam.services.swaylock = { };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue