system.security.sudo: enable pwfeedback

This commit is contained in:
陈浩南 2023-12-08 21:41:53 +08:00
parent 73c29c5f82
commit 05dddf63b1

View File

@ -4,7 +4,9 @@ inputs:
{ {
# allow non-root users to access intel gpu performance counters # allow non-root users to access intel gpu performance counters
boot.kernel.sysctl."dev.i915.perf_stream_paranoid" = false; boot.kernel.sysctl."dev.i915.perf_stream_paranoid" = false;
security.pam = security =
{
pam =
{ {
u2f = u2f =
{ {
@ -30,5 +32,7 @@ inputs:
}; };
yubico = { enable = true; id = "91291"; }; yubico = { enable = true; id = "91291"; };
}; };
sudo.extraConfig = "Defaults pwfeedback";
};
}; };
} }