mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: enable services.pcscd
This commit is contained in:
parent
6728fcd5fd
commit
4385737912
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
pcscd.enable = true;
|
||||||
login.u2fAuth = false;
|
login.u2fAuth = false;
|
||||||
greetd.u2fAuth = false;
|
greetd.u2fAuth = false;
|
||||||
sudo.u2fAuth = true;
|
sudo.u2fAuth = true;
|
||||||
|
|
@ -28,7 +29,6 @@
|
||||||
true
|
true
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
# No longer using Hyprlock, might stay here for if I ever switch to it again.
|
|
||||||
hyprlock.u2fAuth = false;
|
hyprlock.u2fAuth = false;
|
||||||
hyprlock.fprintAuth =
|
hyprlock.fprintAuth =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue