fix: comply with new nixos thingies

This commit is contained in:
Ahwx 2024-07-22 11:16:41 +02:00
parent f3e22a2c94
commit 0d1622b65e

View file

@ -7,7 +7,7 @@
security.pam = { security.pam = {
u2f = { u2f = {
enable = true; enable = true;
cue = true; settings.cue = true;
control = "sufficient"; control = "sufficient";
}; };